From 32a574d0df02378d015ab75f24462be7b118b6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 15 Aug 2018 15:27:19 +0200 Subject: [PATCH] Only build the wheel once --- python-pip.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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