Blame SOURCES/dummy-certifi.patch

bd5b0e
diff --git a/pip/_vendor/certifi/core.py b/pip/_vendor/certifi/core.py
bd5b0e
index eab9d1d..9614a88 100644
bd5b0e
--- a/pip/_vendor/certifi/core.py
bd5b0e
+++ b/pip/_vendor/certifi/core.py
bd5b0e
@@ -19,9 +19,7 @@ class DeprecatedBundleWarning(DeprecationWarning):
bd5b0e
 
bd5b0e
 
bd5b0e
 def where():
bd5b0e
-    f = os.path.dirname(__file__)
bd5b0e
-
bd5b0e
-    return os.path.join(f, 'cacert.pem')
bd5b0e
+    return '/etc/pki/tls/certs/ca-bundle.crt'
bd5b0e
 
bd5b0e
 
bd5b0e
 def old_where():