python-s3transfer/no-bundled-packages.patch

13 lines
514 B
Diff

diff -Nru s3transfer-0.6.0.orig/s3transfer/__init__.py s3transfer-0.6.0/s3transfer/__init__.py
--- s3transfer-0.6.0.orig/s3transfer/__init__.py 2022-05-31 20:37:19.000000000 +0200
+++ s3transfer-0.6.0/s3transfer/__init__.py 2022-06-03 13:37:36.897087996 +0200
@@ -136,7 +136,7 @@
from botocore.compat import six # noqa: F401
from botocore.exceptions import IncompleteReadError
-from botocore.vendored.requests.packages.urllib3.exceptions import (
+from urllib3.exceptions import (
ReadTimeoutError,
)