From 841f0e38c15e7720dce5fdeff29a4c79701903f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 15 Jul 2026 13:39:29 +0200 Subject: [PATCH] dev-python/plotly: Add pyarrow test dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/976766 Signed-off-by: Michał Górny --- dev-python/plotly/plotly-6.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/plotly/plotly-6.9.0.ebuild b/dev-python/plotly/plotly-6.9.0.ebuild index 4cdeca738ed3d..dae3a8e7f288a 100644 --- a/dev-python/plotly/plotly-6.9.0.ebuild +++ b/dev-python/plotly/plotly-6.9.0.ebuild @@ -41,6 +41,7 @@ BDEPEND=" dev-python/pandas[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] + dev-python/pyarrow[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/scikit-image[${PYTHON_USEDEP}]