commit: 15995102f6ad5e21c783d556c614f6c02f44cd80 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Oct 16 01:40:42 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 02:04:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15995102
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 <AT> gentoo.org> dev-python/bashate/bashate-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bashate/bashate-0.6.0.ebuild b/dev-python/bashate/bashate-0.6.0.ebuild index 41ac6f0d758..7ca3926ad71 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 "