commit: 0bc21ec372d1ed9f1047dcd8b61d5d38ff967543
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 16:42:49 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu May 14 16:42:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc21ec3
dev-python/google-api-python-client-1.8.3-r1: revbump, add test dep
Last version bump was missing a new test dep on oauth2client, reported
by sam_c on IRC
Reported-by: sam_c
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
...thon-client-1.8.3.ebuild => google-api-python-client-1.8.3-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
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
similarity index 96%
rename from
dev-python/google-api-python-client/google-api-python-client-1.8.3.ebuild
rename to
dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
index 41edd77cf75..7a7ab2ced46 100644
--- 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
@@ -33,6 +33,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? (
dev-python/google-auth-httplib2[${PYTHON_USEDEP}]
+ dev-python/oauth2client[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
)"