aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/01_do-not-use-embedded-python-six.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/01_do-not-use-embedded-python-six.patch b/debian/patches/01_do-not-use-embedded-python-six.patch
index 6a6f7f9..40fa594 100644
--- a/debian/patches/01_do-not-use-embedded-python-six.patch
+++ b/debian/patches/01_do-not-use-embedded-python-six.patch
@@ -125,3 +125,14 @@ Last-Update: 2014-09-01
ACCEPT_ENCODING = 'gzip,deflate'
+--- a/urllib3/util/retry.py
++++ b/urllib3/util/retry.py
+@@ -7,7 +7,7 @@
+ ReadTimeoutError,
+ MaxRetryError,
+ )
+-from ..packages import six
++import six
+
+
+ log = logging.getLogger(__name__)