From 7da250267fd87933fd9564e7f4ce675d1bee04f6 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Thu, 24 Sep 2015 22:32:58 +0200 Subject: [PATCH] pip_version is 1.5.6 on f21 --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 40c32d9..aec652e 100644 --- a/python3.spec +++ b/python3.spec @@ -885,7 +885,7 @@ for f in md5module.c sha1module.c sha256module.c sha512module.c; do done %if 0%{with_rewheel} -%global pip_version 6.0.8 +%global pip_version 1.5.6 sed -r -i s/'_PIP_VERSION = "[0-9.]+"'/'_PIP_VERSION = "%{pip_version}"'/ Lib/ensurepip/__init__.py %endif