archrelease: copy trunk to extra-x86_64
[arch-packages.git] / python-pip / trunk / pip-22.1.2-devendor.patch
blob12e3da51349dcc356e823a05f007662ef33f5151
1 diff -ruN a/src/pip/_vendor/__init__.py b/src/pip/_vendor/__init__.py
2 --- a/src/pip/_vendor/__init__.py 2022-05-31 13:05:52.000000000 +0200
3 +++ b/src/pip/_vendor/__init__.py 2022-06-27 13:03:22.909131639 +0200
4 @@ -14,7 +14,7 @@
5 # Downstream redistributors which have debundled our dependencies should also
6 # patch this value to be true. This will trigger the additional patching
7 # to cause things like "six" to be available as pip.
8 -DEBUNDLED = False
9 +DEBUNDLED = True
11 # By default, look in this directory for a bunch of .whl files which we will
12 # add to the beginning of sys.path before attempting to import anything. This