diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-05-20 23:03:17 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-20 23:03:50 +0800 |
commit | b524284059f3a57778cec583d2d16b8a7a3455fd (patch) | |
tree | 979bd310bbfe720341f66fd3611dbf9ff5a5298f /dev-python/enum34 | |
parent | media-libs/gd: version bump to 2.2.1 (diff) | |
download | gentoo-b524284059f3a57778cec583d2d16b8a7a3455fd.tar.gz gentoo-b524284059f3a57778cec583d2d16b8a7a3455fd.tar.bz2 gentoo-b524284059f3a57778cec583d2d16b8a7a3455fd.zip |
dev-python/enum34: add setuptools to DEPEND in vn. 1.1.3
Noted by haubi in the gentoo bug, fixes the bug
Gentoo-bug: #581366
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-python/enum34')
-rw-r--r-- | dev-python/enum34/enum34-1.1.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/enum34/enum34-1.1.3.ebuild b/dev-python/enum34/enum34-1.1.3.ebuild index 187d0cf8138a..d77d51d7d6fc 100644 --- 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}" } |