d/control: Depend on botocore (>= 1.6.6) (see #874367).

Signed-off-by: Alexander Gerasiov <gerasiov@yandex-team.ru>
This commit is contained in:
Alexander Gerasiov 2018-07-19 00:50:07 +03:00
parent aa726e138a
commit 64d99cf866

4
debian/control vendored
View file

@ -18,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/gitweb/?p=users/eevans/python-boto3.git;
Package: python-boto3
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-botocore (>= 1.4.1), python-requests, python-six
Depends: ${misc:Depends}, ${python:Depends}, python-botocore (>= 1.6.6), python-requests, python-six
Description: Python interface to Amazon's Web Services - Python 2.x
Boto is the Amazon Web Services interface for Python. It allows developers
to write software that makes use of Amazon services like S3 and EC2. Boto
@ -27,7 +27,7 @@ Description: Python interface to Amazon's Web Services - Python 2.x
Package: python3-boto3
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-botocore (>= 1.4.1), python3-requests, python3-six
Depends: ${misc:Depends}, ${python3:Depends}, python3-botocore (>= 1.6.6), python3-requests, python3-six
Description: Python interface to Amazon's Web Services - Python 3.x
Boto is the Amazon Web Services interface for Python. It allows developers
to write software that makes use of Amazon services like S3 and EC2. Boto