summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-21 15:17:00 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-21 17:44:01 +0100
commit30b5dd3d572c0c73092e7ea8d400f4dd1ac1feae (patch)
tree11179312c4706ec6bf4af325219a760e23f74cd1 /dev-python/cffi
parentwww-apps/nextcloud: switch to HTTPS (diff)
downloadgentoo-30b5dd3d572c0c73092e7ea8d400f4dd1ac1feae.tar.gz
gentoo-30b5dd3d572c0c73092e7ea8d400f4dd1ac1feae.tar.bz2
gentoo-30b5dd3d572c0c73092e7ea8d400f4dd1ac1feae.zip
dev-python/cffi: Set DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/709904 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cffi')
-rw-r--r--dev-python/cffi/cffi-1.13.2.ebuild1
1 files changed, 1 insertions, 0 deletions
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