dev-python/gevent: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Mon, 27 Jan 2020 05:38:54 +0000 (06:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 27 Jan 2020 07:21:19 +0000 (08:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/gevent/gevent-1.4.0.ebuild

index 0a8fede4aa8d5a747eebcc89e59e54118aa5cf38..71125420db0341b5e311ad491b0944f356cb9db5 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 PYTHON_REQ_USE="ssl(+),threads(+)"