remove redundant patchelf dependency

Resolves: RHEL-36334
This commit is contained in:
Lukáš Zaoral 2024-06-07 15:12:31 +02:00
parent bea64602be
commit ad6e66bd78
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -20,7 +20,7 @@
Name: numpy Name: numpy
Version: 1.26.4 Version: 1.26.4
Release: 2%{?dist} Release: 3%{?dist}
Epoch: 1 Epoch: 1
Summary: A fast multidimensional array facility for Python Summary: A fast multidimensional array facility for Python
@ -70,7 +70,6 @@ BuildRequires: lapack-devel
BuildRequires: libdivide-devel BuildRequires: libdivide-devel
%endif %endif
BuildRequires: ninja-build BuildRequires: ninja-build
BuildRequires: patchelf
%if %{with tests} %if %{with tests}
BuildRequires: python3-hypothesis BuildRequires: python3-hypothesis
BuildRequires: python3-pytest BuildRequires: python3-pytest
@ -246,6 +245,9 @@ python3 runtests.py --no-build -- -ra -k 'not test_ppc64_ibm_double_double128 %{
%changelog %changelog
* Wed Jun 05 2024 Lukáš Zaoral <lzaoral@redhat.com> - 1:1.26.4-3
- remove redundant patchelf dependency (RHEL-36334)
* Fri Mar 15 2024 Jerry James <loganjerry@gmail.com> - 1:1.26.4-2 * Fri Mar 15 2024 Jerry James <loganjerry@gmail.com> - 1:1.26.4-2
- Unbundle libdivide in Fedora - Unbundle libdivide in Fedora
- Let libdivide use vector instructions when possible - Let libdivide use vector instructions when possible