dev-python/cffi: Set DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/709904
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-21 15:17:00 +01:00
parent b25a8661a1
commit 30b5dd3d57

View 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