From: TANIGUCHI Takaki <takaki@debian.org>
Date: Sat, 3 Feb 2018 22:10:01 +0900
Subject: Adopt to botocore changes.

botocore is changed to remove duplicated code. So import path have to be changed.

awscli (1.2.9-1) unstable; urgency=low

  * Initial release (Closes: #733211)
Bug-Debian: http://bugs.debian.org/733211
---
 awscli/customizations/awslambda.py          | 2 +-
 awscli/customizations/configure/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: awscli/awscli/customizations/awslambda.py
===================================================================
--- awscli.orig/awscli/customizations/awslambda.py	2018-12-28 16:12:52.452872576 +0900
+++ awscli/awscli/customizations/awslambda.py	2018-12-28 16:12:52.444872566 +0900
@@ -14,7 +14,7 @@
 import copy
 from contextlib import closing
 
-from botocore.vendored import six
+import six
 
 from awscli.arguments import CustomArgument, CLIArgument
 
Index: awscli/awscli/customizations/configure/__init__.py
===================================================================
--- awscli.orig/awscli/customizations/configure/__init__.py	2018-12-28 16:12:52.452872576 +0900
+++ awscli/awscli/customizations/configure/__init__.py	2018-12-28 16:12:52.444872566 +0900
@@ -11,7 +11,7 @@
 # ANY KIND, either express or implied. See the License for the specific
 # language governing permissions and limitations under the License.
 import string
-from botocore.vendored.six.moves import shlex_quote
+from six.moves import shlex_quote
 
 NOT_SET = '<not set>'
 PREDEFINED_SECTION_NAMES = ('preview', 'plugins')
