From: Michał Górny Date: Mon, 16 Dec 2019 13:57:14 +0000 (+0100) Subject: dev-python/appdirs: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b6316a15aaabb5d4b64a5a3dd331df53e5dc7e9a;p=gentoo.git dev-python/appdirs: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/appdirs/appdirs-1.4.3-r1.ebuild b/dev-python/appdirs/appdirs-1.4.3-r1.ebuild index c39cc5139148..aa64119a2a6f 100644 --- a/dev-python/appdirs/appdirs-1.4.3-r1.ebuild +++ b/dev-python/appdirs/appdirs-1.4.3-r1.ebuild @@ -3,6 +3,8 @@ EAPI=7 +# note the patch below +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit distutils-r1