diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-16 19:21:15 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-16 19:21:15 +0000 |
| commit | 35f634585468bd76103ebf12794666a033fba5a1 (patch) | |
| tree | f5527903c9c96f30ea7a3373f5a239cabec65a4c /dev-python/httplib2 | |
| parent | b1e45ef5f1e61faca51d6e8fa53d69dd596d08dd (diff) | |
| download | baldeagleos-repo-35f634585468bd76103ebf12794666a033fba5a1.tar.gz baldeagleos-repo-35f634585468bd76103ebf12794666a033fba5a1.tar.xz baldeagleos-repo-35f634585468bd76103ebf12794666a033fba5a1.zip | |
Adding metadata
Diffstat (limited to 'dev-python/httplib2')
| -rw-r--r-- | dev-python/httplib2/files/httplib2-0.12.1-use-system-cacerts.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/httplib2/files/httplib2-0.12.1-use-system-cacerts.patch b/dev-python/httplib2/files/httplib2-0.12.1-use-system-cacerts.patch deleted file mode 100644 index e189a5407243..000000000000 --- a/dev-python/httplib2/files/httplib2-0.12.1-use-system-cacerts.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/python2/httplib2/certs.py -+++ b/python2/httplib2/certs.py -@@ -19,9 +19,7 @@ except ImportError: - pass - - --BUILTIN_CA_CERTS = os.path.join( -- os.path.dirname(os.path.abspath(__file__)), "cacerts.txt" --) -+BUILTIN_CA_CERTS = "/etc/ssl/certs/ca-certificates.crt" - - - def where(): ---- a/python3/httplib2/certs.py -+++ b/python3/httplib2/certs.py -@@ -19,9 +19,7 @@ except ImportError: - pass - - --BUILTIN_CA_CERTS = os.path.join( -- os.path.dirname(os.path.abspath(__file__)), "cacerts.txt" --) -+BUILTIN_CA_CERTS = "/etc/ssl/certs/ca-certificates.crt" - - - def where(): |
