From e28b26c0ce38d150fb2ed047c49cdaf1dad1b388 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Mar 2020 17:57:25 +0100 Subject: [PATCH] dev-python/intelhex: 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/intelhex/intelhex-2.2.1-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2