Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > core-release-src > by-pkgid > 2cf57945e523eb1a9fa7d90302823140 > files > 4

python-httplib2-0.20.4-1.mga9.src.rpm

--- httplib2-0.12.0/python2/httplib2/certs.py.orig	2019-01-13 22:49:02.062064506 -0500
+++ httplib2-0.12.0/python2/httplib2/certs.py	2019-01-13 22:49:26.073978242 -0500
@@ -20,7 +20,7 @@ except ImportError:
 
 
 BUILTIN_CA_CERTS = os.path.join(
-    os.path.dirname(os.path.abspath(__file__)), "cacerts.txt"
+    os.path.dirname(os.path.abspath(__file__)), "/etc/pki/tls/certs/ca-bundle.crt"
 )
 
 
--- httplib2-0.12.0/python3/httplib2/certs.py.orig	2019-01-13 22:49:08.757040454 -0500
+++ httplib2-0.12.0/python3/httplib2/certs.py	2019-01-13 22:49:36.216941803 -0500
@@ -20,7 +20,7 @@ except ImportError:
 
 
 BUILTIN_CA_CERTS = os.path.join(
-    os.path.dirname(os.path.abspath(__file__)), "cacerts.txt"
+    os.path.dirname(os.path.abspath(__file__)), "/etc/pki/tls/certs/ca-bundle.crt"
 )