Link Here
|
|
|
1 |
--- MANIFEST.in.orig 2018-01-18 20:27:24 UTC |
2 |
+++ MANIFEST.in |
3 |
@@ -1 +1 @@ |
4 |
-include MANIFEST.in README.rst LICENSE certifi/cacert.pem |
5 |
+include MANIFEST.in README.rst LICENSE |
6 |
--- certifi/core.py.orig 2018-08-07 10:22:00 UTC |
7 |
+++ certifi/core.py |
8 |
@@ -19,9 +19,7 @@ class DeprecatedBundleWarning(Deprecatio |
9 |
|
10 |
|
11 |
def where(): |
12 |
- f = os.path.dirname(__file__) |
13 |
- |
14 |
- return os.path.join(f, 'cacert.pem') |
15 |
+ return '%%PREFIX%%/etc/ssl/cert.pem' |
16 |
|
17 |
|
18 |
def old_where(): |
19 |
--- setup.py.orig 2018-01-18 20:27:24 UTC |
20 |
+++ setup.py |
21 |
@@ -44,7 +44,6 @@ setup( |
22 |
'certifi', |
23 |
], |
24 |
package_dir={'certifi': 'certifi'}, |
25 |
- package_data={'certifi': ['*.pem']}, |
26 |
# data_files=[('certifi', ['certifi/cacert.pem'])], |
27 |
include_package_data=True, |
28 |
zip_safe=False, |