summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-05 17:53:53 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-05 17:53:53 +0200
commite53a25fac9fa3ee39a52a7ea787bdbc644509120 (patch)
tree89199ca75630ba828f7b7abce943c229931fdc78 /dev-python/werkzeug
parentdev-python/python-xmp-toolkit: media-libs/exempi is a RDEPEND (diff)
downloadgentoo-e53a25fac9fa3ee39a52a7ea787bdbc644509120.tar.gz
gentoo-e53a25fac9fa3ee39a52a7ea787bdbc644509120.tar.bz2
gentoo-e53a25fac9fa3ee39a52a7ea787bdbc644509120.zip
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>
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r--dev-python/werkzeug/werkzeug-3.0.3.ebuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-python/werkzeug/werkzeug-3.0.3.ebuild b/dev-python/werkzeug/werkzeug-3.0.3.ebuild
index 7f74f61a313b..b4d41ca18a50 100644
--- a/dev-python/werkzeug/werkzeug-3.0.3.ebuild
+++ b/dev-python/werkzeug/werkzeug-3.0.3.ebuild
@@ -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})
- ) ) )
)
"