Only build the wheel once

This commit is contained in:
Miro Hrončok 2018-08-15 15:27:19 +02:00
parent 3e1ef986b4
commit 32a574d0df

View File

@ -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