dev-python/cffi: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 14:17:00 +0000 (15:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 16:44:01 +0000 (17:44 +0100)
Closes: https://bugs.gentoo.org/709904
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cffi/cffi-1.13.2.ebuild

index d4b10421eed083197d59d0845c0fab1bc2daa6b2..c3db6ba5ad92dafaf8b198857f1de57c6f679757 100644 (file)
@@ -5,6 +5,7 @@ EAPI=7
 
 # DO NOT ADD pypy to PYTHON_COMPAT
 # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 
 inherit distutils-r1 toolchain-funcs