summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-04-29 13:37:57 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-29 13:42:12 +0200
commit724160548c183d865ce9cc5e0040069729b61113 (patch)
treeb8b4f0631a72324faf85aefc1baa794a913fd062 /dev-python/google-api-python-client
parentgames-engines/frotz: bump to 2.53 (diff)
downloadgentoo-724160548c183d865ce9cc5e0040069729b61113.tar.gz
gentoo-724160548c183d865ce9cc5e0040069729b61113.tar.bz2
gentoo-724160548c183d865ce9cc5e0040069729b61113.zip
dev-python/google-api-python-client: Add a test dep on pandas
Closes: https://bugs.gentoo.org/786723 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-api-python-client')
-rw-r--r--dev-python/google-api-python-client/google-api-python-client-2.3.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/google-api-python-client/google-api-python-client-2.3.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.3.0.ebuild
index 57f778294183..4a2588364e71 100644
--- a/dev-python/google-api-python-client/google-api-python-client-2.3.0.ebuild
+++ b/dev-python/google-api-python-client/google-api-python-client-2.3.0.ebuild
@@ -30,6 +30,7 @@ BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/oauth2client[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
dev-python/parameterized[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
)"