diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 14:58:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:34 +0100 |
commit | a83c10e4aee17e55b5c8d725bcf67215cb2cc6e2 (patch) | |
tree | 394d25ca976f8f4e6e3f3d1ad790ab069e9693d1 | |
parent | dev-python/termcolor: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-a83c10e4aee17e55b5c8d725bcf67215cb2cc6e2.tar.gz gentoo-a83c10e4aee17e55b5c8d725bcf67215cb2cc6e2.tar.bz2 gentoo-a83c10e4aee17e55b5c8d725bcf67215cb2cc6e2.zip |
dev-python/wrapt: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/wrapt/wrapt-1.11.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/wrapt/wrapt-1.11.2.ebuild b/dev-python/wrapt/wrapt-1.11.2.ebuild index 425c5ca2bd41..278e1e17e637 100644 --- a/dev-python/wrapt/wrapt-1.11.2.ebuild +++ b/dev-python/wrapt/wrapt-1.11.2.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) inherit distutils-r1 |