disable python3 on epel

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
epel9
Dennis Gilmore 8 years ago
parent 734acdb982
commit 85eb829f09

@ -1,6 +1,6 @@
# Enable Python 3 builds for Fedora + EPEL >5 # Enable Python 3 builds for Fedora + EPEL >5
# NOTE: do **NOT** change 'epel' to 'rhel' here, as this spec is also # NOTE: do **NOT** change 'epel' to 'rhel' here, as this spec is also
%if 0%{?fedora} || 0%{?epel} > 5 %if 0%{?fedora}
%bcond_without python3 %bcond_without python3
# If the definition isn't available for python3_pkgversion, define it # If the definition isn't available for python3_pkgversion, define it
%{?!python3_pkgversion:%global python3_pkgversion 3} %{?!python3_pkgversion:%global python3_pkgversion 3}

Loading…
Cancel
Save