dev-python/nose: block <setuptools-58

Bug: https://bugs.gentoo.org/812500
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-10-09 12:08:04 +03:00
parent 9efdfe8c12
commit 0162bb5a32

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..10} pypy3 )
PYTHON_COMPAT=( python3_{8..10} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
@@ -21,6 +21,7 @@ IUSE="examples test"
RESTRICT="!test? ( test )"
BDEPEND="
<dev-python/setuptools-58[${PYTHON_USEDEP}]
test? (
$(python_gen_cond_dep '
!hppa? ( dev-python/coverage[${PYTHON_USEDEP}] )