mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/httplib2: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
@@ -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():
|
||||
Reference in New Issue
Block a user