diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-21 16:30:45 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-21 16:32:46 +0100 |
commit | 43cf24834fa8821bb2bed899b34c1e49634d0f99 (patch) | |
tree | 46404da8583ec3554f6692e9daf500fbb6db48ef /dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild | |
parent | bc23e0db0633a46e568ead3e1a1683c3508d1691 (diff) | |
download | gentoo-43cf24834fa8821bb2bed899b34c1e49634d0f99.tar.gz gentoo-43cf24834fa8821bb2bed899b34c1e49634d0f99.tar.xz |
dev-python/google-api-python-client: Version Bump
Set correct versions for dependencies
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild')
-rw-r--r-- | dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild index bd55bbb1a89..cf07c4f8e4b 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ IUSE="test" RDEPEND=" >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] - dev-python/oauth2client[${PYTHON_USEDEP}] + <dev-python/oauth2client-2[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/uritemplate[${PYTHON_USEDEP}] " |