15
0
Files
python-certifi/python-certifi-shipped-requests-cabundle.patch
Tomáš Chvátal 09906bf26f - Update to 2019.3.9:
* Add emSign Root CA - G1
  * Add emSign ECC Root CA - G3
  * Add Hongkong Post Root CA 3
- Rebase python-certifi-shipped-requests-cabundle.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=36
2019-03-11 10:02:47 +00:00

11 lines
345 B
Diff

Index: certifi-2019.3.9/certifi/core.py
===================================================================
--- certifi-2019.3.9.orig/certifi/core.py
+++ certifi-2019.3.9/certifi/core.py
@@ -12,4 +12,4 @@ import os
def where():
f = os.path.dirname(__file__)
- return os.path.join(f, 'cacert.pem')
+ return "/etc/ssl/ca-bundle.pem"