diff options
author | 2014-10-18 02:57:57 +0000 | |
---|---|---|
committer | 2014-10-18 02:57:57 +0000 | |
commit | c1faae7305e0cc8132b8df741558036b81ba3ca1 (patch) | |
tree | 24f2f441959076c08fd9914b520221ae426e5380 /dev-python/ijson/ijson-2.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-c1faae7305e0cc8132b8df741558036b81ba3ca1.tar.gz gentoo-2-c1faae7305e0cc8132b8df741558036b81ba3ca1.tar.bz2 gentoo-2-c1faae7305e0cc8132b8df741558036b81ba3ca1.zip |
Add setuptools dep.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/ijson/ijson-2.0.ebuild')
-rw-r--r-- | dev-python/ijson/ijson-2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/ijson/ijson-2.0.ebuild b/dev-python/ijson/ijson-2.0.ebuild index 23f1bc964b11..cac5668e9fb0 100644 --- a/dev-python/ijson/ijson-2.0.ebuild +++ b/dev-python/ijson/ijson-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ijson/ijson-2.0.ebuild,v 1.1 2014/10/18 02:08:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ijson/ijson-2.0.ebuild,v 1.2 2014/10/18 02:57:57 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -16,4 +16,5 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-libs/yajl" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" |