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.
This commit is contained in:
Giacomo Leidi 2024-01-17 14:50:45 +01:00
parent dcfcb9e189
commit d62a8f2ed5
Signed by untrusted user: gleidi
GPG Key ID: DE9BE0ACE8246F08

View File

@ -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"