aboutsummaryrefslogtreecommitdiff
path: root/extra/python/patches
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-06 10:57:05 +0300
committerCem Keylan <cem@ckyln.com>2021-10-06 10:57:05 +0300
commit625c59cf6062f96e0743080b2d18898359a6d180 (patch)
tree07f483a2c6796a769b7c0a5865b6b320103a8a63 /extra/python/patches
parente4c93f0643152c2ef4bb7cd5d60297d8d0fb8a47 (diff)
downloadrepository-625c59cf6062f96e0743080b2d18898359a6d180.tar.gz
python: bump to 3.10.0
Diffstat (limited to 'extra/python/patches')
-rw-r--r--extra/python/patches/python3-always-pip.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/python/patches/python3-always-pip.patch b/extra/python/patches/python3-always-pip.patch
index a228bd6b..5b0fe7d6 100644
--- a/extra/python/patches/python3-always-pip.patch
+++ b/extra/python/patches/python3-always-pip.patch
@@ -1,9 +1,7 @@
-diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
-index f3152a5..52f6312 100644
---- a/Lib/ensurepip/__init__.py
-+++ b/Lib/ensurepip/__init__.py
-@@ -116,7 +116,7 @@ def _bootstrap(*, root=None, upgrade=False, user=False,
- additional_paths.append(os.path.join(tmpdir, wheel_name))
+--- python/Lib/ensurepip/__init__.py.orig Wed Oct 6 02:23:28 2021
++++ python/Lib/ensurepip/__init__.py Wed Oct 6 02:23:47 2021
+@@ -180,7 +180,7 @@
+ additional_paths.append(filename)
# Construct the arguments to be passed to the pip command
- args = ["install", "--no-cache-dir", "--no-index", "--find-links", tmpdir]