Enable python3 for rhel > 7

This commit is contained in:
Yaakov Selkowitz 2018-01-24 06:06:15 +00:00
parent 47d8d24339
commit dd5257f3c4

View File

@ -1,5 +1,4 @@
%if !0%{?bootstrap} && 0%{?fedora} > 23
%if !0%{?bootstrap} && (0%{?fedora} > 23 || 0%{?rhel} > 7)
%global tests 1
%global python3 1
%endif