commit:     2b84f721711ef1cee9cf0201811520f68972f40f
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 16 15:45:49 2026 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Fri Jan 16 15:45:49 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b84f721

dev-python/httplib2: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../files/httplib2-0.12.1-use-system-cacerts.patch | 26 ----------------------
 1 file changed, 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():

Reply via email to