From 639b51e611ca66ccbe0c4ced438a7e04d9b4b1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 29 Jun 2016 13:57:27 +0200 Subject: [PATCH] debian: add versioned dependency for haystack and taggit --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 8779887..026167b 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,8 @@ Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.7), python-gadjo, python-requests, + python-django-haystack (>= 2.4.0), + python-django-taggit (>= 0.17.4), libjs-pdf Recommends: python-django-mellon Description: Multichannel request processing (Python module)