#24 Switch from pathfix.py to %py3_shebang_fix
Merged 2 years ago by nforro. Opened 2 years ago by lbalhar.
rpms/ lbalhar/scipy rawhide  into  rawhide

file modified
+1 -2
@@ -42,7 +42,6 @@ 

  BuildRequires: %{blaslib}-devel

  BuildRequires: gcc-gfortran, swig, gcc-c++

  BuildRequires: qhull-devel

- BuildRequires: /usr/bin/pathfix.py

  

  BuildRequires:  pybind11-devel

  BuildRequires:  python3-pybind11 >= 2.4.0
@@ -154,7 +153,7 @@ 

  

  %py3_install

  # Some files got ambiguous python shebangs, we fix them after everything else is done

- pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{python3_sitearch}

+ %py3_shebang_fix %{buildroot}%{python3_sitearch}

  

  %check

  # check against the reference BLAS/LAPACK

Metadata