File pip-shipped-requests-cabundle.patch of Package python3-pip
--- a/src/pip/_vendor/certifi/core.py +++ b/src/pip/_vendor/certifi/core.py @@ -67,9 +67,7 @@ except ImportError: # If we don't have importlib.resources, then we will just do the old logic # of assuming we're on the filesystem and munge the path directly. def where(): - f = os.path.dirname(__file__) - - return os.path.join(f, "cacert.pem") + return '/etc/ssl/ca-bundle.pem' def contents():