From d780a93d16002cb4fddc858863437c784a904516 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jun 13 2018 18:47:48 +0000 Subject: Don't hardcode pip version, make it dynamic at build time This will make test_with_pip (test.test_venv.EnsurePipTest) happy. --- diff --git a/python3.spec b/python3.spec index ae579b5..cfe6468 100644 --- a/python3.spec +++ b/python3.spec @@ -636,7 +636,7 @@ version once Python %{pybasever} is stable. rm -r Modules/expat %if %{with rewheel} -%global pip_version 9.0.1 +%global pip_version %(pip3 --version | cut -d' ' -f2) sed -r -i s/'_PIP_VERSION = "[0-9.]+"'/'_PIP_VERSION = "%{pip_version}"'/ Lib/ensurepip/__init__.py %endif