File return-CA-bundle-for-distro.patch of Package saltbundlepy-certifi

diff -urN a/certifi/core.py b/certifi/core.py
--- a/certifi/core.py	2018-01-18 23:27:24.000000000 +0300
+++ b/certifi/core.py	2022-03-18 11:31:54.810486681 +0300
@@ -7,7 +7,6 @@
 
 This module returns the installation location of cacert.pem.
 """
-import os
 import warnings
 
 
@@ -19,9 +18,7 @@
 
 
 def where():
-    f = os.path.dirname(__file__)
-
-    return os.path.join(f, 'cacert.pem')
+    return "++CA_BUNDLE_PATH++"
 
 
 def old_where():
openSUSE Build Service is sponsored by