commit: e2482a285d34385f4f0ea9998b56f2f77d0934d4 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Sep 19 17:44:52 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Sep 19 21:23:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2482a28
dev-python/requests: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/2362 Signed-off-by: David Seifert <soap <AT> gentoo.org> .../requests/files/requests-2.4.0-system-cacerts.patch | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dev-python/requests/files/requests-2.4.0-system-cacerts.patch b/dev-python/requests/files/requests-2.4.0-system-cacerts.patch deleted file mode 100644 index e3a41d9..00000000 --- a/dev-python/requests/files/requests-2.4.0-system-cacerts.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur requests-2.4.0.orig/requests/certs.py requests-2.4.0/requests/certs.py ---- requests/certs.py 2014-08-20 00:52:58.000000000 +0800 -+++ requests/certs.py 2014-09-09 14:17:33.237264068 +0800 -@@ -18,6 +18,10 @@ - except ImportError: - def where(): - """Return the preferred certificate bundle.""" -+ cacerts = '/etc/ssl/certs/ca-certificates.crt' -+ if os.path.exists(cacerts): -+ return cacerts -+ - # vendored bundle inside Requests - return os.path.join(os.path.dirname(__file__), 'cacert.pem') -
