projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6316a1
)
dev-python/termcolor: Set DISTUTILS_USE_SETUPTOOLS
author
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 13:58:13 +0000
(14:58 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 14:37:33 +0000
(15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/termcolor/termcolor-1.1.0-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
index 51971986bb54173d09dcf563acbce527f5a23ca7..e8d617642b1c6d893c65973126ce70fcedadf31a 100644
(file)
--- a/
dev-python/termcolor/termcolor-1.1.0-r2.ebuild
+++ b/
dev-python/termcolor/termcolor-1.1.0-r2.ebuild
@@
-3,6
+3,7
@@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
inherit distutils-r1
@@
-15,7
+16,5
@@
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
# no tests...
RESTRICT="test"