From: Michał Górny Date: Fri, 21 Feb 2020 14:17:00 +0000 (+0100) Subject: dev-python/cffi: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=30b5dd3d572c0c73092e7ea8d400f4dd1ac1feae;p=gentoo.git dev-python/cffi: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/709904 Signed-off-by: Michał Górny --- diff --git a/dev-python/cffi/cffi-1.13.2.ebuild b/dev-python/cffi/cffi-1.13.2.ebuild index d4b10421eed0..c3db6ba5ad92 100644 --- a/dev-python/cffi/cffi-1.13.2.ebuild +++ b/dev-python/cffi/cffi-1.13.2.ebuild @@ -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