Skip pyarrow on s390x also

[skip changelog]
This commit is contained in:
Elliott Sales de Andrade 2022-12-18 20:53:35 -05:00
parent 405580943b
commit c9cdc4a62a
1 changed files with 3 additions and 2 deletions

View File

@ -47,8 +47,9 @@ BuildRequires: python3dist(fastavro)
%endif
BuildRequires: python3dist(h5py)
BuildRequires: python3dist(psutil)
# libarrow does not support 32 bit architectures and is ExcludeArch:
%ifnarch %{arm} %{ix86}
# libarrow does not support 32 bit architectures and is ExcludeArch.
# Tests don't pass on s390x either.
%ifnarch %{arm} %{ix86} s390x
BuildRequires: python3dist(pyarrow)
%endif
BuildRequires: python3dist(requests)