d/control: Force python-s3transfer version in depends (pybuild fails to extract in from setup.py).

Signed-off-by: Alexander GQ Gerasiov <gq@cs.msu.su>
This commit is contained in:
Alexander GQ Gerasiov 2018-11-22 17:38:06 +03:00
parent d860182eb9
commit 12555a29fc

2
debian/control vendored
View file

@ -20,6 +20,7 @@ Package: python-boto3
Architecture: all
Depends: python-botocore (>= 1.6.6),
python-requests,
python-s3transfer (>= 0.1.10),
python-six,
${misc:Depends},
${python:Depends}
@ -33,6 +34,7 @@ Package: python3-boto3
Architecture: all
Depends: python3-botocore (>= 1.6.6),
python3-requests,
python3-s3transfer (>= 0.1.10),
python3-six,
${misc:Depends},
${python3:Depends}