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>
This commit is contained in:
Michał Górny
2021-04-29 13:37:57 +02:00
parent a1703822ee
commit 724160548c

View File

@@ -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}]
)"