diff --git a/numpy.spec b/numpy.spec index 9a7c222e24bb7941e5d5c3da12d6a63791fe0164..30b19162cd829b977cb2a9066634f99ce7822089 100644 --- a/numpy.spec +++ b/numpy.spec @@ -2,7 +2,7 @@ Name: numpy Version: 2.3.0 -Release: 1 +Release: 2 Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -27,6 +27,7 @@ Besides its obvious scientific uses, NumPy can also be used as an efficient mult %package -n python3-numpy Summary: A fast multidimensional array facility for Python License: BSD-3-Clause +Requires: python3-numpy-f2py = %{epoch}:%{version}-%{release} %{?python_provide:%python_provide python3-numpy} BuildRequires: python3-devel @@ -106,6 +107,9 @@ popd &> /dev/null %exclude %{python3_sitearch}/%{name}/f2py/tests/ %changelog +* Sat Jul 26 2025 shixuantong - 1:2.3.0-2 +- add python3-numpy runtime dependency python3-numpy-f2py + * Wed Jun 18 2025 yaoxin <1024769339@qq.com> - 1:2.3.0-1 - Update to 2.3.0 for fix build failure