commit: a1a1eacfeacf8a18b54836d2fdca4a9d1183e893
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 17:51:03 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 18:07:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a1eacf
dev-python/python-engineio: Remove opt test-dep on gevent
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-engineio/python-engineio-4.3.4.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/python-engineio/python-engineio-4.3.4.ebuild
b/dev-python/python-engineio/python-engineio-4.3.4.ebuild
index d5597b754d92..ef594f419a62 100644
--- a/dev-python/python-engineio/python-engineio-4.3.4.ebuild
+++ b/dev-python/python-engineio/python-engineio-4.3.4.ebuild
@@ -30,7 +30,6 @@ RDEPEND="
# Can use eventlet, werkzeug, or gevent, but no tests for werkzeug
BDEPEND="
test? (
- dev-python/gevent[${PYTHON_USEDEP}]
dev-python/tornado[${PYTHON_USEDEP}]
dev-python/websockets[${PYTHON_USEDEP}]
)