summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-10-15 08:05:26 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-16 20:21:15 +0200
commit7978256266f8f310b6b066a7bf915c4c53659e5c (patch)
tree68ffa65434e3da9f7f8deeb0aaed17644a8a8d37 /dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild
parentdev-python/pew: correct DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-7978256266f8f310b6b066a7bf915c4c53659e5c.tar.gz
gentoo-7978256266f8f310b6b066a7bf915c4c53659e5c.tar.bz2
gentoo-7978256266f8f310b6b066a7bf915c4c53659e5c.zip
dev-python/pythonz-bd: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748432 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild')
-rw-r--r--dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild b/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild
index cf6ac40e7029..3f29f890c6cc 100644
--- a/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild
+++ b/dev-python/pythonz-bd/pythonz-bd-1.11.4.ebuild
@@ -3,6 +3,7 @@
EAPI=6
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7} pypy3 )
inherit distutils-r1
@@ -16,9 +17,5 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/resumable-urlretrieve[${PYTHON_USEDEP}]' 'python3*')"
+DEPEND="$(python_gen_cond_dep 'dev-python/resumable-urlretrieve[${PYTHON_USEDEP}]' 'python3*')"