summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-15 20:40:42 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-15 21:04:10 -0500
commit15995102f6ad5e21c783d556c614f6c02f44cd80 (patch)
treec367dff6eab379c22b64b660f4c682d63f8654e7 /dev-python/bashate
parentdev-python/beagle: set DISTUTILS_USE_SETUPTOOLS=rdepend (diff)
downloadgentoo-15995102f6ad5e21c783d556c614f6c02f44cd80.tar.gz
gentoo-15995102f6ad5e21c783d556c614f6c02f44cd80.tar.bz2
gentoo-15995102f6ad5e21c783d556c614f6c02f44cd80.zip
dev-python/bashate: set DISTUTILS_USE_SETUPTOOLS=rdepend
Closes: https://bugs.gentoo.org/748027 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/bashate')
-rw-r--r--dev-python/bashate/bashate-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bashate/bashate-0.6.0.ebuild b/dev-python/bashate/bashate-0.6.0.ebuild
index 41ac6f0d758f..7ca3926ad713 100644
--- a/dev-python/bashate/bashate-0.6.0.ebuild
+++ b/dev-python/bashate/bashate-0.6.0.ebuild
@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
DISTUTILS_IN_SOURCE_BUILD=TRUE
+DISTUTILS_USE_SETUPTOOLS=rdepend
# time
RESTRICT="test"
@@ -20,7 +21,6 @@ KEYWORDS="amd64 x86"
IUSE="test"
DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0
"