From a3ef8c3ddfb24d78431172f84015d02422fa9f99 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Mar 2018 17:41:45 +0200 Subject: Change: handle up/downloads of large blobs --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c8f0aca..9f3a0fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ ick2 (0.28+git-1) UNRELEASED; urgency=medium * New upstream version. + * Depend on apifw version 0.32 or later, for dealing with large + blobs. -- Lars Wirzenius Sat, 24 Feb 2018 20:53:00 +0200 diff --git a/debian/control b/debian/control index 8b2cc60..ae4a4b1 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9~), python-cliapp, python3-cliapp, python3-coverage-test-runner, - python3-apifw, + python3-apifw (>= 0.32), python3-slog, python3-cryptography, python3-requests, @@ -28,7 +28,7 @@ Depends: ${python3:Depends}, ${misc:Depends}, python3, python3-bottle, python3-cliapp, - python3-apifw, + python3-apifw (>= 0.32), python3-slog, python3-cryptography, python3-requests, -- cgit v1.2.1