Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/
Date: Thu, 14 May 2020 16:43:15
Message-Id: 1589474569.0bc21ec372d1ed9f1047dcd8b61d5d38ff967543.chutzpah@gentoo
1 commit: 0bc21ec372d1ed9f1047dcd8b61d5d38ff967543
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 16:42:49 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 16:42:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc21ec3
7
8 dev-python/google-api-python-client-1.8.3-r1: revbump, add test dep
9
10 Last version bump was missing a new test dep on oauth2client, reported
11 by sam_c on IRC
12
13 Reported-by: sam_c
14 Package-Manager: Portage-2.3.99, Repoman-2.3.22
15 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
16
17 ...thon-client-1.8.3.ebuild => google-api-python-client-1.8.3-r1.ebuild} | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.8.3.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
21 similarity index 96%
22 rename from dev-python/google-api-python-client/google-api-python-client-1.8.3.ebuild
23 rename to dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
24 index 41edd77cf75..7a7ab2ced46 100644
25 --- a/dev-python/google-api-python-client/google-api-python-client-1.8.3.ebuild
26 +++ b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
27 @@ -33,6 +33,7 @@ RDEPEND="
28 DEPEND="${RDEPEND}
29 test? (
30 dev-python/google-auth-httplib2[${PYTHON_USEDEP}]
31 + dev-python/oauth2client[${PYTHON_USEDEP}]
32 dev-python/unittest2[${PYTHON_USEDEP}]
33 )"