dev-python/google-api-python-client-1.8.3-r1: revbump, add test dep
authorPatrick McLean <chutzpah@gentoo.org>
Thu, 14 May 2020 16:42:49 +0000 (09:42 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Thu, 14 May 2020 16:42:49 +0000 (09:42 -0700)
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>
dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild [moved from dev-python/google-api-python-client/google-api-python-client-1.8.3.ebuild with 96% similarity]

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 41edd77cf7590f93f7f2b6831f536495013e4ee6..7a7ab2ced465d3786a114194731523bd0eb9010a 100644 (file)
@@ -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}]
        )"