alias python to python3
This commit is contained in:
parent
79639ab96f
commit
425dbe644e
|
@ -18,6 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
alias python=python3
|
||||
|
||||
%build
|
||||
# empty
|
||||
|
|
Loading…
Reference in New Issue