Remove f2py from numpy package

It is in separated package numpy-f2py.

Signed-off-by: Qwei <qiang.wei@suse.com>
(cherry picked from commit 2dd6df873733bc3add4ee024a96efa8155841e3b)
This commit is contained in:
Qwei 2023-10-30 16:18:59 +08:00 committed by openeuler-sync-bot
parent 66030820e9
commit 314efe4c65

View File

@ -2,7 +2,7 @@
Name: numpy
Version: 1.21.4
Release: 5
Release: 6
Epoch: 1
Summary: A fast multidimensional array facility for Python
@ -100,6 +100,7 @@ popd &> /dev/null
%{python3_sitearch}/%{name}/*
%{python3_sitearch}/%{name}-*.egg-info
%exclude %{python3_sitearch}/%{name}/LICENSE.txt
%exclude %{python3_sitearch}/%{name}/f2py
%files -n python3-numpy-f2py
%{_bindir}/f2py
@ -107,8 +108,10 @@ popd &> /dev/null
%{_bindir}/f2py3.*
%{python3_sitearch}/%{name}/f2py
%changelog
* Mon Oct 30 2023 Qiang Wei <qiang.wei@suse.com> - 1:1.21.4-6
- Remove f2py from numpy package. It is in numpy-f2py pakcage.
* Thu Aug 17 2023 yangchenguang <yangchenguang@kylinsec.com.cn> - 1:1.21.4-5
- Add loongarch64 and sw_64 support