dev-python/eventlet-0.30.2: s~dev-python/greenlet~virtual/python-greenlet~

This will hopefully make it possible for eventlet to support pypy3.7 soon.
For now leave pypy3 out of PYTHON_COMPAT because although eventlet builds
and installs fine for that implementation, with FEATURES=test enabled
the test "test_connect_ssl (tests.api_test.TestApi)" hangs indefinitely.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-03-15 15:31:32 +00:00
parent 68af1080ef
commit 30a285f80e

View File

@@ -18,9 +18,9 @@ IUSE="doc examples"
RDEPEND="
>=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
<dev-python/dnspython-2.0.0[${PYTHON_USEDEP}]
>=dev-python/greenlet-0.3[${PYTHON_USEDEP}]
>=dev-python/monotonic-1.4[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
virtual/python-greenlet[${PYTHON_USEDEP}]
"
BDEPEND="
doc? ( >=dev-python/python-docs-2.7.6-r1:2.7 )