commit: e28b26c0ce38d150fb2ed047c49cdaf1dad1b388
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 16:57:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 16:57:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28b26c0
dev-python/intelhex: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 a2f38563881..8d8d9bcfffb 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