summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-16 15:10:20 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-16 15:37:45 +0100
commitbc76059be80e8a9382946a3dcd7a6bef8871a1f8 (patch)
tree4919a655848237f4a4c173739fa36f3faacf35cc /dev-python/nose
parentdev-python/sphinx-py3doc-enhanced-theme: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-bc76059be80e8a9382946a3dcd7a6bef8871a1f8.tar.gz
gentoo-bc76059be80e8a9382946a3dcd7a6bef8871a1f8.tar.bz2
gentoo-bc76059be80e8a9382946a3dcd7a6bef8871a1f8.zip
dev-python/nose: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nose')
-rw-r--r--dev-python/nose/nose-1.3.7-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild
index 333bd6d07d11..ad2d810aaab2 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[@]}")