forked from pool/python-certifi
update to latest version OBS-URL: https://build.opensuse.org/request/show/826867 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=47
14 lines
395 B
Diff
14 lines
395 B
Diff
Index: certifi-2020.6.20/certifi/core.py
|
|
===================================================================
|
|
--- certifi-2020.6.20.orig/certifi/core.py
|
|
+++ certifi-2020.6.20/certifi/core.py
|
|
@@ -53,7 +53,7 @@ except ImportError:
|
|
def where():
|
|
f = os.path.dirname(__file__)
|
|
|
|
- return os.path.join(f, "cacert.pem")
|
|
+ return "/etc/ssl/ca-bundle.pem"
|
|
|
|
|
|
def contents():
|