projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5a623
)
dev-python/pytidylib: Set DISTUTILS_USE_SETUPTOOLS
author
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 14:00:27 +0000
(15:00 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Dec 2019 14:37:36 +0000
(15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytidylib/pytidylib-0.3.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pytidylib/pytidylib-0.3.2.ebuild
b/dev-python/pytidylib/pytidylib-0.3.2.ebuild
index cc0660c92ba644965a871668aef853a87f9850ca..2a0933e518b0e7dc771da1cf15214c2ab46217df 100644
(file)
--- a/
dev-python/pytidylib/pytidylib-0.3.2.ebuild
+++ b/
dev-python/pytidylib/pytidylib-0.3.2.ebuild
@@
-3,6
+3,7
@@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
inherit distutils-r1
@@
-17,8
+18,7
@@
KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND="app-text/htmltidy
- dev-python/setuptools"
+RDEPEND="app-text/htmltidy"
DEPEND="${RDEPEND}
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"