15
0
Files
python-certifi/python-certifi-shipped-requests-cabundle.patch

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__':