Don't hardcode Python version in paths

This commit is contained in:
Miro Hrončok 2023-11-16 20:45:47 +01:00
parent 2d292fb79f
commit 0cf52f243c

View File

@ -134,7 +134,7 @@ popd
%pyproject_install
pushd %{buildroot}%{_bindir} &> /dev/null
ln -s f2py f2py3
ln -s f2py f2py3.12
ln -s f2py f2py%{python3_version}
ln -s f2py3 f2py.numpy
popd &> /dev/null