Skip to content

Commit 911bf99

Browse files
authored
Merge pull request #12696 from ichard26/vendoring-policy
Cut note on removing vendored cacert.pem
2 parents 1904270 + eaa90e3 commit 911bf99

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

news/9be41686-c40a-4e08-84e1-936b65b74fc7.trivial.rst

Whitespace-only changes.

src/pip/_vendor/README.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,7 @@ instead opt to patch the software they distribute to debundle it and make it
8080
rely on the global versions of the software that they already have packaged
8181
(which may have its own patches applied to it). We (the pip team) would prefer
8282
it if pip was *not* debundled in this manner due to the above reasons and
83-
instead we would prefer it if pip would be left intact as it is now. The one
84-
exception to this, is it is acceptable to remove the
85-
``pip/_vendor/requests/cacert.pem`` file provided you ensure that the
86-
``ssl.get_default_verify_paths().cafile`` API returns the correct CA bundle for
87-
your system. This will ensure that pip will use your system provided CA bundle
88-
instead of the copy bundled with pip.
83+
instead we would prefer it if pip would be left intact as it is now.
8984

9085
In the longer term, if someone has a *portable* solution to the above problems,
9186
other than the bundling method we currently use, that doesn't add additional

0 commit comments

Comments
 (0)