You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/certifi/files/certifi-2018.4.16-use-syste...

11 lines
314 B

Use system's CA certificate store
--- a/certifi/core.py
+++ b/certifi/core.py
@@ -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"