From abbdf60cd8aa6cd93ea7505e784040c1181adfd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 13 Mar 2017 09:29:05 +0100 Subject: [PATCH] debian: require latest hobo for tenant aware haystack config (#6793) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c55f3688..ff25f220 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Package: combo Architecture: all Depends: ${misc:Depends}, python-combo (= ${binary:Version}), - python-hobo, + python-hobo (>= 0.63.1), python-django-tenant-schemas, python-psycopg2, python-django-mellon,