diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 20:40:42 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 21:04:10 -0500 |
commit | 15995102f6ad5e21c783d556c614f6c02f44cd80 (patch) | |
tree | c367dff6eab379c22b64b660f4c682d63f8654e7 /dev-python/bashate/bashate-0.6.0.ebuild | |
parent | dev-python/beagle: set DISTUTILS_USE_SETUPTOOLS=rdepend (diff) | |
download | gentoo-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/bashate-0.6.0.ebuild')
-rw-r--r-- | dev-python/bashate/bashate-0.6.0.ebuild | 2 |
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 " |