]> git.pld-linux.org Git - packages/python-httplib2.git/blame - python-httplib2.certfile.patch
- up to 0.12.0
[packages/python-httplib2.git] / python-httplib2.certfile.patch
CommitLineData
b9a87db1
AM
1--- httplib2-0.12.0/python2/httplib2/certs.py~ 2018-11-14 05:40:05.000000000 +0100
2+++ httplib2-0.12.0/python2/httplib2/certs.py 2018-11-16 06:34:12.392370656 +0100
3@@ -19,9 +19,7 @@ except ImportError:
4 pass
5
6
7-BUILTIN_CA_CERTS = os.path.join(
8- os.path.dirname(os.path.abspath(__file__)), "cacerts.txt"
9-)
10+BUILTIN_CA_CERTS = "/etc/pki/tls/certs/ca-bundle.crt"
11
12
13 def where():
14--- httplib2-0.12.0/python3/httplib2/certs.py~ 2018-11-14 05:40:05.000000000 +0100
15+++ httplib2-0.12.0/python3/httplib2/certs.py 2018-11-16 06:34:27.006133962 +0100
16@@ -19,9 +19,7 @@ except ImportError:
17 pass
18
19
20-BUILTIN_CA_CERTS = os.path.join(
21- os.path.dirname(os.path.abspath(__file__)), "cacerts.txt"
22-)
23+BUILTIN_CA_CERTS = "/etc/pki/tls/certs/ca-bundle.crt"
24
25
26 def where():
This page took 0.381885 seconds and 4 git commands to generate.