File no-bundled-packages.patch of Package python-s3transfer.7842

Index: s3transfer-0.1.13/s3transfer/__init__.py
===================================================================
--- s3transfer-0.1.13.orig/s3transfer/__init__.py
+++ s3transfer-0.1.13/s3transfer/__init__.py
@@ -138,7 +138,7 @@ from botocore.compat import six
 try:
     from botocore.vendored.requests.packages.urllib3.exceptions import ReadTimeoutError
 except ImportError:
-    from requests.packages.urllib3.exceptions import ReadTimeoutError
+    from urllib3.exceptions import ReadTimeoutError
 
 from botocore.exceptions import IncompleteReadError
 
Index: s3transfer-0.1.13/s3transfer/download.py
===================================================================
--- s3transfer-0.1.13.orig/s3transfer/download.py
+++ s3transfer-0.1.13/s3transfer/download.py
@@ -20,7 +20,7 @@ import heapq
 
 from botocore.compat import six
 from botocore.exceptions import IncompleteReadError
-from botocore.vendored.requests.packages.urllib3.exceptions import \
+from urllib3.exceptions import \
     ReadTimeoutError
 
 from s3transfer.compat import SOCKET_ERROR
Index: s3transfer-0.1.13/tests/unit/test_s3transfer.py
===================================================================
--- s3transfer-0.1.13.orig/tests/unit/test_s3transfer.py
+++ s3transfer-0.1.13/tests/unit/test_s3transfer.py
@@ -18,7 +18,7 @@ from tests import unittest
 from contextlib import closing
 
 import mock
-from botocore.vendored import six
+import six
 from concurrent import futures
 
 from s3transfer.exceptions import RetriesExceededError
openSUSE Build Service is sponsored by