diff --git a/python-pip.spec b/python-pip.spec index 58bad01..933810f 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -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