Blame SOURCES/dummy-certifi.patch

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