From c281f154599757c59bc616bdfda2cc42625970fd Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Aug 18 2017 14:23:55 +0000 Subject: 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 --- diff --git a/patch-requests-certs.py-to-use-the-system-CA-bundle.patch b/patch-requests-certs.py-to-use-the-system-CA-bundle.patch index ee83d68..06a1e99 100644 --- a/patch-requests-certs.py-to-use-the-system-CA-bundle.patch +++ b/patch-requests-certs.py-to-use-the-system-CA-bundle.patch @@ -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'