From: Michał Górny Date: Fri, 21 Feb 2020 12:07:06 +0000 (+0100) Subject: dev-python/pyaes: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f8d14d2ddb887a75d67f0e41836a496ce6289591;p=gentoo.git dev-python/pyaes: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/709968 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild index f6806c7c8c2d..81984f3c30ae 100644 --- a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild +++ b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild @@ -3,6 +3,7 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1