mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Merge pull request #348 from FrostyX/python3-on-epel
Use python3 on EPEL8
This commit is contained in:
commit
7f3016953e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
%if 0%{?fedora}
|
||||
%if 0%{?rhel} > 7 || 0%{?fedora}
|
||||
%global use_python3 1
|
||||
%global use_python2 0
|
||||
%global pythonbin %{__python3}
|
||||
|
|
Loading…
Add table
Reference in a new issue