commit: 2915a369898fc1744023850dfd4c1d88eb0b56c9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 15:21:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 15:30:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2915a369
dev-python/pycurl: Set DISTUTILS_USE_SETUPTOOLS=no
The sanity check has been improved and should correctly detect that
the failover is not used.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pycurl/pycurl-7.43.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pycurl/pycurl-7.43.0.6.ebuild
b/dev-python/pycurl/pycurl-7.43.0.6.ebuild
index b9e03ef669f..7da02eb3d53 100644
--- a/dev-python/pycurl/pycurl-7.43.0.6.ebuild
+++ b/dev-python/pycurl/pycurl-7.43.0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=manual
+DISTUTILS_USE_SETUPTOOLS=no
# The selftests fail with pypy, and urlgrabber segfaults for me.
PYTHON_COMPAT=( python3_{6,7,8,9} )