Skip pyarrow on s390x also
[skip changelog]
This commit is contained in:
parent
405580943b
commit
c9cdc4a62a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user