Merge pull request #348 from FrostyX/python3-on-epel

Use python3 on EPEL8
This commit is contained in:
Devan Goodwin 2019-12-02 08:01:12 -04:00 committed by GitHub
commit 7f3016953e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}