Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/ppc64le:master commit in: net-misc/gsutil/
Date: Tue, 28 Jun 2016 17:49:01
Message-Id: 1467136299.c5835996613797d0eae213fb677140f8e05ff00b.blueness@gentoo
1 commit: c5835996613797d0eae213fb677140f8e05ff00b
2 Author: Leno Hou <lenohou <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 14:31:31 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 17:51:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/ppc64le.git/commit/?id=c5835996
7
8 net-misc/gsutils: fix dev-python/oauth2client-2 dependency
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 net-misc/gsutil/gsutil-4.19.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/net-misc/gsutil/gsutil-4.19.ebuild b/net-misc/gsutil/gsutil-4.19.ebuild
16 index ea1c3e1..7904721 100644
17 --- a/net-misc/gsutil/gsutil-4.19.ebuild
18 +++ b/net-misc/gsutil/gsutil-4.19.ebuild
19 @@ -26,8 +26,7 @@ RDEPEND="${PYTHON_DEPS}
20 >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
21 >=dev-python/gcs-oauth2-boto-plugin-1.12[${PYTHON_USEDEP}]
22 >=dev-python/google-apitools-0.5.2[${PYTHON_USEDEP}]
23 - >=dev-python/oauth2client-1.5.2[${PYTHON_USEDEP}]
24 - <dev-python/oauth2client-2
25 + dev-python/oauth2client[${PYTHON_USEDEP}]
26 >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]
27 >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
28 >=dev-python/six-1.9.0[${PYTHON_USEDEP}]