Fix py2 condition for rhel < 8

py2 build for rhel < 8 is not needed.
epel9
yatinkarel 5 years ago
parent 3bde180387
commit 849e48d077

@ -1,4 +1,4 @@
%if 0%{?fedora} < 32
%if 0%{?fedora} < 32 && 0%{?rhel} < 8
%global py2 1
%endif

Loading…
Cancel
Save