From bc76059be80e8a9382946a3dcd7a6bef8871a1f8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 16 Dec 2019 15:10:20 +0100 Subject: dev-python/nose: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/nose/nose-1.3.7-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/nose') 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[@]}") -- cgit v1.2.3-65-gdbad