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}