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@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-21 17:21:01 +02:00
parent a78f44324d
commit 2915a36989

View File

@@ -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} )