15
0
Files
python-certifi/python-certifi-shipped-requests-cabundle.patch
Dirk Mueller 29545b4b19 - update to 2020.4.5.1:
adds Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis
  Publics de Certificacio/Vegeu

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=45
2020-06-03 11:14:35 +00:00

14 lines
382 B
Diff

Index: certifi-2020.4.5.1/certifi/core.py
===================================================================
--- certifi-2020.4.5.1.orig/certifi/core.py
+++ certifi-2020.4.5.1/certifi/core.py
@@ -23,7 +23,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():