summaryrefslogtreecommitdiff
path: root/dev-python/google-api-python-client/google-api-python-client-2.0.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-04-29 09:36:15 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-29 09:59:46 +0200
commit51944fc4a6fbaa204695197e83486b80654ed1b5 (patch)
treeec3f04e157b9179d1b8e9511f9b82af722fefb09 /dev-python/google-api-python-client/google-api-python-client-2.0.2.ebuild
parent302b7d40ecbd4d456c0f39046a9c078c96e672d8 (diff)
downloadgentoo-51944fc4a6fbaa204695197e83486b80654ed1b5.tar.gz
gentoo-51944fc4a6fbaa204695197e83486b80654ed1b5.tar.bz2
gentoo-51944fc4a6fbaa204695197e83486b80654ed1b5.zip
dev-python/google-api-python-client: Add missing test deps
Closes: https://bugs.gentoo.org/691504 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-api-python-client/google-api-python-client-2.0.2.ebuild')
-rw-r--r--dev-python/google-api-python-client/google-api-python-client-2.0.2.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/google-api-python-client/google-api-python-client-2.0.2.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.0.2.ebuild
index f2bb3877647b..d1d577c42ea6 100644
--- a/dev-python/google-api-python-client/google-api-python-client-2.0.2.ebuild
+++ b/dev-python/google-api-python-client/google-api-python-client-2.0.2.ebuild
@@ -28,6 +28,9 @@ RDEPEND="
"
BDEPEND="
test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/oauth2client[${PYTHON_USEDEP}]
+ dev-python/parameterized[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
)"