summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-17 17:57:25 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-17 17:57:25 +0100
commite28b26c0ce38d150fb2ed047c49cdaf1dad1b388 (patch)
tree40f7c5c31e2b1a41b966b0d6efbe898fbb702f3b /dev-python/intelhex
parentdev-python/intelhex: Enable tests, py3.{7,8} (diff)
downloadgentoo-e28b26c0ce38d150fb2ed047c49cdaf1dad1b388.tar.gz
gentoo-e28b26c0ce38d150fb2ed047c49cdaf1dad1b388.tar.bz2
gentoo-e28b26c0ce38d150fb2ed047c49cdaf1dad1b388.zip
dev-python/intelhex: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/intelhex')
-rw-r--r--dev-python/intelhex/intelhex-2.2.1-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
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