dev-python/intelhex: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 16:57:25 +0000 (17:57 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 16:57:25 +0000 (17:57 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/intelhex/intelhex-2.2.1-r1.ebuild

index a2f38563881d66d535d8efaa4d72b30febe0f3b3..8d8d9bcfffbcb44378b3fc27e0d1d475ce4c2ccc 100644 (file)
@@ -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