forked from pool/python-certifi
- Update to 2018.11.29 OBS-URL: https://build.opensuse.org/request/show/673494 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=34
14 lines
339 B
Diff
14 lines
339 B
Diff
--- certifi-2018.11.29/certifi/core.py.orig 2019-02-12 01:08:55.597770361 +0700
|
|
+++ certifi-2018.11.29/certifi/core.py 2019-02-12 01:09:39.350035569 +0700
|
|
@@ -11,9 +11,7 @@
|
|
|
|
|
|
def where():
|
|
- f = os.path.dirname(__file__)
|
|
-
|
|
- return os.path.join(f, 'cacert.pem')
|
|
+ return "/etc/ssl/ca-bundle.pem"
|
|
|
|
|
|
if __name__ == '__main__':
|