No python3 on EL7

This commit is contained in:
Orion Poplawski 2014-07-09 12:28:34 -06:00
parent e46453818f
commit eca84f629f

View File

@ -1,4 +1,4 @@
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
%if 0%{?fedora}
%global with_python3 1
%else
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}