From d62a8f2ed5cb3f4941198e9424be5e57d8659f11 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Wed, 17 Jan 2024 14:50:45 +0100 Subject: [PATCH] Introduce _without_have_pyarrow macro. Since SR#317959 pyarrow and its dependencies are not required anymore, see bsc#1218592 . This patch introduces a macro to enable/disable building pandas with pyarrow. --- _config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_config b/_config index 006b50d..9dafeae 100644 --- a/_config +++ b/_config @@ -3866,6 +3866,11 @@ BuildFlags: excludebuild:python-bokeh:test BuildFlags: excludebuild:python-dask:test-py311 BuildFlags: excludebuild:python-fsspec:test +%define _without_have_pyarrow 1 +Macros: +%_without_have_pyarrow 1 +:Macros + # aggregate packages on i586 from Workbench %ifarch i586 %if "%_repository" == "standard"