Only build the wheel once
This commit is contained in:
parent
3e1ef986b4
commit
32a574d0df
@ -253,13 +253,9 @@ popd
|
||||
|
||||
|
||||
%build
|
||||
%if %{with python2}
|
||||
%if %{without bootstrap}
|
||||
%py2_build_wheel
|
||||
%else
|
||||
%if %{with python2} && %{with bootstrap}
|
||||
%py2_build
|
||||
%endif
|
||||
%endif # with python2
|
||||
|
||||
%if %{without bootstrap}
|
||||
%py3_build_wheel
|
||||
|
Loading…
Reference in New Issue
Block a user