diff options
author | 2019-08-15 00:00:57 +0200 | |
---|---|---|
committer | 2019-08-15 01:04:49 +0200 | |
commit | bb1dbfea18380e02c8c460c144f4deeb30f18429 (patch) | |
tree | 26181f6027998c597030f8761e9ab785a2885bd3 /dev-python/certifi/files | |
parent | dev-python/setuptools: Bump to 41.1.0 (diff) | |
download | gentoo-bb1dbfea18380e02c8c460c144f4deeb30f18429.tar.gz gentoo-bb1dbfea18380e02c8c460c144f4deeb30f18429.tar.bz2 gentoo-bb1dbfea18380e02c8c460c144f4deeb30f18429.zip |
dev-python/certifi: Bump to 2019.6.16
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/certifi/files')
-rw-r--r-- | dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch b/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch index 009f21168c1e..1c21a2ae1e02 100644 --- a/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch +++ b/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch @@ -2,14 +2,9 @@ Use system's CA certificate store --- a/certifi/core.py +++ b/certifi/core.py -@@ -19,9 +19,7 @@ class DeprecatedBundleWarning(DeprecationWarning): - - +@@ -21,4 +21,2 @@ class DeprecatedBundleWarning(DeprecationWarning): def where(): - f = os.path.dirname(__file__) - - return os.path.join(f, 'cacert.pem') + return "@GENTOO_PORTAGE_EPREFIX@/etc/ssl/certs/ca-certificates.crt" - - - def old_where(): |