alias python to python3

This commit is contained in:
joshuaboud 2021-07-07 15:47:23 -03:00
parent 79639ab96f
commit 425dbe644e
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%prep
%setup -q
alias python=python3
%build
# empty