Adjust the CA patch for new dep version
The dependency version change caused the patch to not apply with --fuzz=0 Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
a45eccb833
commit
c281f15459
@ -38,7 +38,7 @@ index 93a8507..2db9569 100755
|
|||||||
+++ b/setup.py
|
+++ b/setup.py
|
||||||
@@ -45,7 +45,6 @@ requires = [
|
@@ -45,7 +45,6 @@ requires = [
|
||||||
'chardet>=3.0.2,<3.1.0',
|
'chardet>=3.0.2,<3.1.0',
|
||||||
'idna>=2.5,<2.6',
|
'idna>=2.5,<2.7',
|
||||||
'urllib3>=1.21.1,<1.23',
|
'urllib3>=1.21.1,<1.23',
|
||||||
- 'certifi>=2017.4.17'
|
- 'certifi>=2017.4.17'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user