From: Michał Górny Date: Tue, 17 Mar 2020 16:57:25 +0000 (+0100) Subject: dev-python/intelhex: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e28b26c0ce38d150fb2ed047c49cdaf1dad1b388;p=gentoo.git dev-python/intelhex: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/intelhex/intelhex-2.2.1-r1.ebuild b/dev-python/intelhex/intelhex-2.2.1-r1.ebuild index a2f38563881d..8d8d9bcfffbc 100644 --- a/dev-python/intelhex/intelhex-2.2.1-r1.ebuild +++ b/dev-python/intelhex/intelhex-2.2.1-r1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1