projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b59ce74
)
dev-python/subvertpy: Set DISTUTILS_USE_SETUPTOOLS
author
Michał Górny
<mgorny@gentoo.org>
Sun, 26 Apr 2020 12:09:45 +0000
(14:09 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 26 Apr 2020 12:50:53 +0000
(14:50 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/subvertpy/subvertpy-0.10.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/subvertpy/subvertpy-0.10.1.ebuild
b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
index ea0a983db454cc7536d80b524147cde79a080a6e..40de035a89c50e9e70e0add0c167af34af786639 100644
(file)
--- a/
dev-python/subvertpy/subvertpy-0.10.1.ebuild
+++ b/
dev-python/subvertpy/subvertpy-0.10.1.ebuild
@@
-2,6
+2,8
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{2_7,3_{6,7}} )
inherit distutils-r1