summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-08-30 17:53:29 -0700
committerZac Medico <zmedico@gentoo.org>2020-08-30 17:54:22 -0700
commitfe3250518d453c6c1c06e9f4830bf88dc1fa9ca4 (patch)
tree1e8d0fae1b67b4df2f430532a0122531f777451b /dev-python/google-api-python-client
parentdev-python/google-api-core: Add dev-python/rsa test dep (diff)
downloadgentoo-fe3250518d453c6c1c06e9f4830bf88dc1fa9ca4.tar.gz
gentoo-fe3250518d453c6c1c06e9f4830bf88dc1fa9ca4.tar.bz2
gentoo-fe3250518d453c6c1c06e9f4830bf88dc1fa9ca4.zip
dev-python/google-api-python-client: Add dev-python/rsa test dep
The rsa dependency is not in the unpacked sources, it's dynamically added by distutils_install_for_testing. Closes: https://bugs.gentoo.org/733716 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Zac Medico <zmedico@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.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
index eef43c9585f7..7b8d1f8b8718 100644
--- a/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
+++ b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
@@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
test? (
dev-python/google-auth-httplib2[${PYTHON_USEDEP}]
dev-python/oauth2client[${PYTHON_USEDEP}]
+ dev-python/rsa[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
)"