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:
parent
dcfcb9e189
commit
d62a8f2ed5
5
_config
5
_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"
|
||||
|
Loading…
Reference in New Issue
Block a user