Use python3 on EPEL8

This commit is contained in:
Jakub Kadlcik 2019-12-02 00:25:43 +01:00
parent e75b8d378f
commit 3dbde91000

View file

@ -1,4 +1,4 @@
%if 0%{?fedora}
%if 0%{?rhel} > 7 || 0%{?fedora}
%global use_python3 1
%global use_python2 0
%global pythonbin %{__python3}