summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2018-08-16 18:46:56 -0700
committerZac Medico <zmedico@gentoo.org>2018-08-16 19:01:35 -0700
commit7636a2e02e4a1cb07b6aa94d6cbe315eb6163fe7 (patch)
tree489ea5ba1f681204eb20ee8bec1162e34eb06054
parentx11-libs/libdrm: mark s390 stable (diff)
downloadgentoo-7636a2e0.tar.gz
gentoo-7636a2e0.tar.bz2
gentoo-7636a2e0.zip
dev-python/ioflo: remove setuptools-git dep
Package-Manager: Portage-2.3.46, Repoman-2.3.10
-rw-r--r--dev-python/ioflo/ioflo-1.7.4.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/ioflo/ioflo-1.7.4.ebuild b/dev-python/ioflo/ioflo-1.7.4.ebuild
index 6bc509dcef22..c9bb199ea62e 100644
--- a/dev-python/ioflo/ioflo-1.7.4.ebuild
+++ b/dev-python/ioflo/ioflo-1.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,5 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- >=dev-python/setuptools-git-1.1[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+ sed -e 's:"setuptools_git[^"]*",::' -i setup.py || die
+ distutils-r1_python_prepare_all
+}