mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user