diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2020-05-14 09:42:49 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-05-14 09:42:49 -0700 |
commit | 0bc21ec372d1ed9f1047dcd8b61d5d38ff967543 (patch) | |
tree | 9de5e07d645f05354183f0dd065e75d29124ced9 /dev-python/google-api-python-client | |
parent | dev-python/sphinx-issues: Tested on py3.8 (diff) | |
download | gentoo-0bc21ec372d1ed9f1047dcd8b61d5d38ff967543.tar.gz gentoo-0bc21ec372d1ed9f1047dcd8b61d5d38ff967543.tar.bz2 gentoo-0bc21ec372d1ed9f1047dcd8b61d5d38ff967543.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/google-api-python-client')
-rw-r--r-- | dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild (renamed from dev-python/google-api-python-client/google-api-python-client-1.8.3.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
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 index 41edd77cf759..7a7ab2ced465 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}] )" |