projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c9da0
)
dev-python/cssutils: Set DISTUTILS_USE_SETUPTOOLS
author
Michał Górny
<mgorny@gentoo.org>
Fri, 21 Feb 2020 16:48:38 +0000
(17:48 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 21 Feb 2020 17:28:30 +0000
(18:28 +0100)
Closes: https://bugs.gentoo.org/709954
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cssutils/cssutils-1.0.2-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild
b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild
index b1dbd02b135bc72241f54366586d446c439190e8..ecf3def11aa24ff7582ac0444c15fa9f55cb430f 100644
(file)
--- a/
dev-python/cssutils/cssutils-1.0.2-r2.ebuild
+++ b/
dev-python/cssutils/cssutils-1.0.2-r2.ebuild
@@
-3,6
+3,7
@@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1