From b6316a15aaabb5d4b64a5a3dd331df53e5dc7e9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 16 Dec 2019 14:57:14 +0100 Subject: [PATCH] dev-python/appdirs: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/appdirs/appdirs-1.4.3-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2