projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c506cbf
)
dev-python/intelhex: Set DISTUTILS_USE_SETUPTOOLS
author
Michał Górny
<mgorny@gentoo.org>
Tue, 17 Mar 2020 16:57:25 +0000
(17:57 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/intelhex/intelhex-2.2.1-r1.ebuild
b/dev-python/intelhex/intelhex-2.2.1-r1.ebuild
index a2f38563881d66d535d8efaa4d72b30febe0f3b3..8d8d9bcfffbcb44378b3fc27e0d1d475ce4c2ccc 100644
(file)
--- 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