commit: 724160548c183d865ce9cc5e0040069729b61113 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 29 11:37:57 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 29 11:42:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72416054
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 <AT> gentoo.org> .../google-api-python-client/google-api-python-client-2.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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 57f77829418..4a2588364e7 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}] )"
