diff --git a/debian/patches/do-not-use-vendored-code.patch b/debian/patches/do-not-use-vendored-code.patch index 635bd9d..e5fd529 100644 --- a/debian/patches/do-not-use-vendored-code.patch +++ b/debian/patches/do-not-use-vendored-code.patch @@ -9,15 +9,16 @@ code, and includes dependencies for the corresponding packages, so we need to do the same, here. ---- a/boto3/compat.py -+++ b/boto3/compat.py -@@ -14,8 +14,7 @@ - import os - import errno +Index: python-boto3/boto3/compat.py +=================================================================== +--- python-boto3.orig/boto3/compat.py ++++ python-boto3/boto3/compat.py +@@ -16,7 +16,7 @@ import errno import socket -- + import warnings + -from botocore.vendored import six +import six + from boto3.exceptions import PythonDeprecationWarning if six.PY3: - # In python3, socket.error is OSError, which is too general