summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-21 16:31:04 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-21 16:34:03 +0200
commitc85fddcb681b5d654b66b1c893c1891a8bb2dd7d (patch)
treea9d5f27186792304e3d8a6f876fe03e68fa5a911 /dev-python/sentry-sdk
parentdev-python/python-engineio: Remove test dep on eventlet (diff)
downloadgentoo-c85fddcb681b5d654b66b1c893c1891a8bb2dd7d.tar.gz
gentoo-c85fddcb681b5d654b66b1c893c1891a8bb2dd7d.tar.bz2
gentoo-c85fddcb681b5d654b66b1c893c1891a8bb2dd7d.zip
dev-python/sentry-sdk: Remove test dep on eventlet
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sentry-sdk')
-rw-r--r--dev-python/sentry-sdk/sentry-sdk-1.9.10.ebuild3
-rw-r--r--dev-python/sentry-sdk/sentry-sdk-1.9.9.ebuild3
2 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/sentry-sdk/sentry-sdk-1.9.10.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.9.10.ebuild
index 9d1e2042e8f2..cc94aef4edc6 100644
--- a/dev-python/sentry-sdk/sentry-sdk-1.9.10.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-1.9.10.ebuild
@@ -44,9 +44,6 @@ BDEPEND="
dev-python/pytest-localserver[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/zope-event[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/eventlet[${PYTHON_USEDEP}]
- ' python3_{8..9})
)
"
diff --git a/dev-python/sentry-sdk/sentry-sdk-1.9.9.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.9.9.ebuild
index 8d721fb6bb59..680e0e88eaeb 100644
--- a/dev-python/sentry-sdk/sentry-sdk-1.9.9.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-1.9.9.ebuild
@@ -44,9 +44,6 @@ BDEPEND="
dev-python/pytest-localserver[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/zope-event[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/eventlet[${PYTHON_USEDEP}]
- ' python3_{8..9})
)
"