Actually disable build_wheel
This commit is contained in:
parent
5d7f89437b
commit
16abcb69d8
@ -1,6 +1,6 @@
|
|||||||
%if (! 0%{?rhel}) || 0%{?rhel} > 6
|
%if (! 0%{?rhel}) || 0%{?rhel} > 6
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%global build_wheel 1
|
%global build_wheel 0
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel} && 0%{?rhel} < 6
|
%if 0%{?rhel} && 0%{?rhel} < 6
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
|
Loading…
Reference in New Issue
Block a user