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.3.1.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.3.1.ebuild')
-rw-r--r-- | dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild index 45576f2e328..fd1a0b7f4ca 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.3.1.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$ @@ -20,7 +20,7 @@ IUSE="" DEPEND=" dev-python/python-gflags[${PYTHON_USEDEP}] >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] - dev-python/oauth2client[${PYTHON_USEDEP}] + <dev-python/oauth2client-2[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/uritemplate[${PYTHON_USEDEP}] |