From 07e4cb7088cc5241763fcf8b5ff592384bb76907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 14 Aug 2019 22:20:49 +0200 Subject: [PATCH] Only apply Patch 5 with tests --- python-pip.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-pip.spec b/python-pip.spec index 7632d81..2d26253 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -303,7 +303,10 @@ popd %patch2 -p1 %patch3 -p1 %patch4 -p1 + +%if %{with tests} %patch5 -p1 +%endif # this goes together with patch4 rm src/pip/_vendor/certifi/*.pem