commit: 1ed46a5b43ce58e928c10db651e476f37abdd865 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Aug 14 08:24:59 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 14 08:30:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed46a5b
dev-python/elasticsearch: Add pyarrow test dep Closes: https://bugs.gentoo.org/937908 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/elasticsearch/elasticsearch-8.15.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/elasticsearch/elasticsearch-8.15.0.ebuild b/dev-python/elasticsearch/elasticsearch-8.15.0.ebuild index c61945144251..741cff10115f 100644 --- a/dev-python/elasticsearch/elasticsearch-8.15.0.ebuild +++ b/dev-python/elasticsearch/elasticsearch-8.15.0.ebuild @@ -42,6 +42,7 @@ BDEPEND=" dev-python/opentelemetry-api[${PYTHON_USEDEP}] dev-python/opentelemetry-sdk[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] + dev-python/pyarrow[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
