From: Patrick McLean Date: Thu, 14 May 2020 16:42:49 +0000 (-0700) Subject: dev-python/google-api-python-client-1.8.3-r1: revbump, add test dep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0bc21ec372d1ed9f1047dcd8b61d5d38ff967543;p=gentoo.git 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 --- 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 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}] )"