mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/werkzeug: Remove greenlet test dep entirely
Given how broken dev-python/greenlet is all over the place, there is really no point in maintaining a long list of exceptions for it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -23,8 +23,6 @@ IUSE="test-rust"
|
||||
RDEPEND="
|
||||
>=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
# NOTE: remove the loong mask after greenlet gains support for loong
|
||||
# see https://github.com/python-greenlet/greenlet/pull/257
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/ephemeral-port-reserve[${PYTHON_USEDEP}]
|
||||
@@ -34,11 +32,6 @@ BDEPEND="
|
||||
test-rust? (
|
||||
dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
)
|
||||
!hppa? ( !ia64? ( !loong? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/greenlet[${PYTHON_USEDEP}]
|
||||
' python3_{10..11})
|
||||
) ) )
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user