From 8b0e2417a63914bbd90ffad66c9c22af2c9bb13d Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Mon, 8 Mar 2021 09:18:31 +0100 Subject: [PATCH] Change get-pip url The path for get-pip.py script in version 3.5 has been changed with this commit [1]. [1] https://github.com/pypa/get-pip/commit/2360f025eb2a6f62d45cf99e4c6d83ba9c4d5e37 Change-Id: Ifde16e40b4e241c6c4c93df44330c403ee903e6f --- .../pip-and-virtualenv/source-repository-pip-and-virtualenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diskimage_builder/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv b/diskimage_builder/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv index e74aec4b1..c42972282 100644 --- a/diskimage_builder/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv +++ b/diskimage_builder/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv @@ -1,4 +1,4 @@ # NOTE(dpawlik) We set get-pip.py script to use 3.5 version, that is compatible # with python2.7 and newer. It should be removed in the future, when Python 2 # is dropped. -pip-and-virtualenv file /tmp/get-pip.py https://bootstrap.pypa.io/3.5/get-pip.py +pip-and-virtualenv file /tmp/get-pip.py https://bootstrap.pypa.io/pip/3.5/get-pip.py