From: Michał Górny Date: Mon, 16 Dec 2019 13:58:43 +0000 (+0100) Subject: dev-python/wrapt: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a83c10e4aee17e55b5c8d725bcf67215cb2cc6e2;p=gentoo.git dev-python/wrapt: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- 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