summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-10-08 16:32:48 +0200
committerUltrabug <ultrabug@gentoo.org>2015-10-08 16:32:48 +0200
commit104f8d9f4795eae1a3001d6097bc5dc0c1013902 (patch)
tree8cfac859f05a52c98f3d216aa3f5ecb20f656ae0 /dev-python
parentapp-crypt/qca: version bump (diff)
downloadgentoo-104f8d9f4795eae1a3001d6097bc5dc0c1013902.tar.gz
gentoo-104f8d9f4795eae1a3001d6097bc5dc0c1013902.tar.bz2
gentoo-104f8d9f4795eae1a3001d6097bc5dc0c1013902.zip
dev-python/uhashring: fix python_compat and add setuptools dep
Package-Manager: portage-2.2.22
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/uhashring/uhashring-0.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/uhashring/uhashring-0.1.ebuild b/dev-python/uhashring/uhashring-0.1.ebuild
index 3d0b1d40a4d4..28a5f3446fb8 100644
--- 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"