disable python2 subpackage on fedora >= 32 (#1763073)

This commit is contained in:
Miroslav Lichvar 2019-10-21 17:57:19 +02:00
parent e180e4d1c0
commit e9e86c1674

View File

@ -1,4 +1,4 @@
%if !(0%{?rhel} >= 8)
%if !(0%{?fedora} >= 32 || 0%{?rhel} >= 8)
%global with_python2 1
%endif