2020-04-26 21:10:08 +00:00
|
|
|
From 09bf87d33141a5c06a1d410839d162262baa16c4 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Tomas Hrnciar <thrnciar@redhat.com>
|
|
|
|
Date: Sun, 26 Apr 2020 21:38:44 +0200
|
|
|
|
Subject: [PATCH] Dummy certifi patch
|
|
|
|
|
|
|
|
---
|
|
|
|
src/pip/_vendor/certifi/core.py | 4 +---
|
|
|
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
|
|
|
2018-12-03 15:46:56 +00:00
|
|
|
diff --git a/src/pip/_vendor/certifi/core.py b/src/pip/_vendor/certifi/core.py
|
2020-04-26 21:10:08 +00:00
|
|
|
index 56b52a3c..e99043f0 100644
|
2018-12-03 15:46:56 +00:00
|
|
|
--- a/src/pip/_vendor/certifi/core.py
|
|
|
|
+++ b/src/pip/_vendor/certifi/core.py
|
2020-04-26 21:10:08 +00:00
|
|
|
@@ -21,9 +21,7 @@ except ImportError:
|
2018-12-03 15:46:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
def where():
|
|
|
|
- f = os.path.dirname(__file__)
|
|
|
|
-
|
2020-04-26 21:10:08 +00:00
|
|
|
- return os.path.join(f, "cacert.pem")
|
2018-12-03 15:46:56 +00:00
|
|
|
+ return '/etc/pki/tls/certs/ca-bundle.crt'
|
2020-04-26 21:10:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
def contents():
|
|
|
|
--
|
|
|
|
2.23.0
|
|
|
|
|