projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027f3ac
)
dev-python/uhashring: fix python_compat and add setuptools dep
author
Ultrabug
<ultrabug@gentoo.org>
Thu, 8 Oct 2015 14:32:48 +0000
(16:32 +0200)
committer
Ultrabug
<ultrabug@gentoo.org>
Thu, 8 Oct 2015 14:32:48 +0000
(16:32 +0200)
Package-Manager: portage-2.2.22
dev-python/uhashring/uhashring-0.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/uhashring/uhashring-0.1.ebuild
b/dev-python/uhashring/uhashring-0.1.ebuild
index 3d0b1d40a4d4c295458f60656b33f2ec30749098..28a5f3446fb8ce37745fe48c6e2d0dafeccc8df7 100644
(file)
--- a/
dev-python/uhashring/uhashring-0.1.ebuild
+++ b/
dev-python/uhashring/uhashring-0.1.ebuild
@@
-3,7
+3,7
@@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_
{4,5}
)
+PYTHON_COMPAT=( python2_7 python3_
4
)
inherit distutils-r1
@@
-17,6
+17,7
@@
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
-DEPEND="${RDEPEND}"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ ${RDEPEND}"
RESTRICT="test"