Skip to content

Commit

Permalink
dev-python/nose: Set DISTUTILS_USE_SETUPTOOLS
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 16, 2019
1 parent ba686c7 commit bc76059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/nose/nose-1.3.7-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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(+)"

Expand All @@ -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[@]}")
Expand Down

0 comments on commit bc76059

Please sign in to comment.