Package: python-boto3 / 1.4.2-1

Metadata

Package Version Patches format
python-boto3 1.4.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
do not use vendored code.patch | (download)

boto3/compat.py | 3 1 + 2 - 0 !
tests/functional/test_dynamodb.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-)

 do-not-use-vendored-code

Upstream botocore includes a couple of vendored modules, and boto3 depends
on them transitively.  The Debian package of botocore excludes this vendored
code, and includes dependencies for the corresponding packages, so we need
to do the same, here.