Actually disable build_wheel

This commit is contained in:
Matej Stuchlik 2014-04-24 13:27:28 +02:00
parent 5d7f89437b
commit 16abcb69d8

View File

@ -1,6 +1,6 @@
%if (! 0%{?rhel}) || 0%{?rhel} > 6
%global with_python3 1
%global build_wheel 1
%global build_wheel 0
%endif
%if 0%{?rhel} && 0%{?rhel} < 6
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}