Blame SOURCES/dummy-certifi.patch

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