#2 Switch from pathfix.py to %py3_shebang_fix
Opened 2 years ago by lbalhar. Modified 2 years ago
rpms/ lbalhar/pynag rawhide  into  rawhide

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

  License: GPLv2

  BuildRequires: python3-devel

  BuildRequires: python3-setuptools

- BuildRequires: /usr/bin/pathfix.py

  Url: http://pynag.org/

  BuildArch: noarch

  
@@ -26,7 +25,7 @@ 

  %prep

  %setup -q

  

- pathfix.py -pni "%{__python3} %{py3_shbang_opts}" . ./examples/Model/parse-configmain.py

+ %py3_shebang_fix . ./examples/Model/parse-configmain.py

  

  %build

  %{__python3} setup.py build