Skip to content

Commit

Permalink
dev-python/uhashring: fix python_compat and add setuptools dep
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.22
  • Loading branch information
ultrabug committed Oct 8, 2015
1 parent 027f3ac commit 104f8d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-python/uhashring/uhashring-0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} )
PYTHON_COMPAT=( python2_7 python3_4 )

inherit distutils-r1

Expand All @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${RDEPEND}"

RESTRICT="test"

0 comments on commit 104f8d9

Please sign in to comment.