projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2944607
)
dev-python/enum34: add setuptools to DEPEND in vn. 1.1.3
author
Ian Delaney
<idella4@gentoo.org>
Fri, 20 May 2016 15:03:17 +0000
(23:03 +0800)
committer
Ian Delaney
<idella4@gentoo.org>
Fri, 20 May 2016 15:03:50 +0000
(23:03 +0800)
Noted by haubi in the gentoo bug, fixes the bug
Gentoo-bug: #581366
Package-Manager: portage-2.3.0_rc1
dev-python/enum34/enum34-1.1.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/enum34/enum34-1.1.3.ebuild
b/dev-python/enum34/enum34-1.1.3.ebuild
index 187d0cf8138a537ed9c92cd170caa67a28aaa966..d77d51d7d6fc1e3f4e542244d3b02e7a1f3055d7 100644
(file)
--- a/
dev-python/enum34/enum34-1.1.3.ebuild
+++ b/
dev-python/enum34/enum34-1.1.3.ebuild
@@
-17,6
+17,8
@@
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="doc"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
python_test() {
"${PYTHON}" enum/test.py || die "Tests failed under ${EPYTHON}"
}