Actually disable build_wheel
This commit is contained in:
parent
5d7f89437b
commit
16abcb69d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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())")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue