From 12555a29fcdabc2f1218b2ec84607ac9b6fceb9c Mon Sep 17 00:00:00 2001 From: Alexander GQ Gerasiov Date: Thu, 22 Nov 2018 17:38:06 +0300 Subject: [PATCH] d/control: Force python-s3transfer version in depends (pybuild fails to extract in from setup.py). Signed-off-by: Alexander GQ Gerasiov --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 23e0c6f..4f4fbf5 100644 --- a/debian/control +++ b/debian/control @@ -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}