projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6d934e
)
dev-python/wrapt: Set DISTUTILS_USE_SETUPTOOLS
author
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 13:58:43 +0000
(14:58 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 14:37:34 +0000
(15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/wrapt/wrapt-1.11.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/wrapt/wrapt-1.11.2.ebuild
b/dev-python/wrapt/wrapt-1.11.2.ebuild
index 425c5ca2bd41c13ba52e4effa5545deccc89cc91..278e1e17e637250dd95462d386d9014c7c1ec12d 100644
(file)
--- a/
dev-python/wrapt/wrapt-1.11.2.ebuild
+++ b/
dev-python/wrapt/wrapt-1.11.2.ebuild
@@
-3,6
+3,7
@@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
inherit distutils-r1