From 645f866309bd641eb373784eef247bc7dbbce369 Mon Sep 17 00:00:00 2001 From: Noah Meyerhans Date: Wed, 22 Sep 2021 09:50:54 -0700 Subject: [PATCH] Refresh patches --- debian/patches/do-not-use-vendored-code.patch | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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