fix conditional enabling python2 subpackage (#1600446)

This commit is contained in:
Miroslav Lichvar 2018-07-16 15:53:21 +02:00
parent 42487857d7
commit 629d2ae438

View File

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