Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
python-pip
pip-8.1.2-shipped-requests-cabundle.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pip-8.1.2-shipped-requests-cabundle.patch of Package python-pip
Index: pip-10.0.1/src/pip/_vendor/certifi/core.py =================================================================== --- pip-10.0.1.orig/src/pip/_vendor/certifi/core.py +++ pip-10.0.1/src/pip/_vendor/certifi/core.py @@ -7,7 +7,6 @@ certifi.py This module returns the installation location of cacert.pem. """ -import os import warnings @@ -19,10 +18,7 @@ class DeprecatedBundleWarning(Deprecatio def where(): - f = os.path.dirname(__file__) - - return os.path.join(f, 'cacert.pem') - + return '/etc/ssl/ca-bundle.pem' def old_where(): warnings.warn(
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor