From 42a099803375cce0350f180dccb22060b6681645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 Sep 2019 07:58:39 +0200 Subject: [PATCH] debian: mark dependency on a python3 really compatible hobo --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9e9397dc..50a15614 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Package: chrono Architecture: all Depends: ${misc:Depends}, python3-chrono (= ${binary:Version}), - python3-hobo, + python3-hobo (>= 1.33), python3-vobject, python3-django-tenant-schemas, python3-psycopg2,