commit: 97a8bed3668350c7cac44b9c1d4555dfdb23288d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 05:38:54 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 07:21:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a8bed3
dev-python/gevent: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gevent/gevent-1.4.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/gevent/gevent-1.4.0.ebuild
b/dev-python/gevent/gevent-1.4.0.ebuild
index 0a8fede4aa8..71125420db0 100644
--- a/dev-python/gevent/gevent-1.4.0.ebuild
+++ b/dev-python/gevent/gevent-1.4.0.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
PYTHON_REQ_USE="ssl(+),threads(+)"