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:
Jeremy Cline 2017-08-18 10:23:55 -04:00
parent a45eccb833
commit c281f15459
No known key found for this signature in database
GPG Key ID: 9223308FA9B246DB

View File

@ -38,7 +38,7 @@ index 93a8507..2db9569 100755
+++ b/setup.py
@@ -45,7 +45,6 @@ requires = [
'chardet>=3.0.2,<3.1.0',
'idna>=2.5,<2.6',
'idna>=2.5,<2.7',
'urllib3>=1.21.1,<1.23',
- 'certifi>=2017.4.17'