commit: bc76059be80e8a9382946a3dcd7a6bef8871a1f8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 14:10:20 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 14:37:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc76059b
dev-python/nose: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nose/nose-1.3.7-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild
b/dev-python/nose/nose-1.3.7-r4.ebuild
index 333bd6d07d1..ad2d810aaab 100644
--- a/dev-python/nose/nose-1.3.7-r4.ebuild
+++ b/dev-python/nose/nose-1.3.7-r4.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
PYTHON_REQ_USE="threads(+)"
@@ -27,7 +28,6 @@ REQUIRED_USE="
doc? ( || ( $(python_gen_useflags 'python2*') ) )"
RDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
coverage? (
$(python_gen_cond_dep 'dev-python/coverage[${PYTHON_USEDEP}]' \
"${COVERAGE_IMPLS[@]}")