dev-python/gevent: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-27 06:38:54 +01:00
parent 21c9fce775
commit 97a8bed366

View File

@@ -3,6 +3,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
PYTHON_REQ_USE="ssl(+),threads(+)"