Blame SOURCES/dummy-certifi.patch

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