RHEL 8 ships with python3 too

This commit is contained in:
Jeroen van Meeuwen (Kolab Systems) 2019-03-13 09:22:45 +01:00
parent 168a35b5db
commit f39cbc294c

View File

@ -1,4 +1,4 @@
%if 0%{?fedora}
%if 0%{?fedora} || 0%{?rhel} >= 8
%global with_python3 1
%endif