From e07d37f591928a08f666fa2fb19f20f00ae2f659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 10 Jun 2017 21:54:08 +0200 Subject: [PATCH] debian: add depends on python-django-appconf --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 69da129..230de50 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,6 @@ X-Python-Version: >= 2.7 Package: python-django-select2 Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python:Depends}, python-django-appconf Description: Select2 option fields for Django The app includes Select2 driven Django Widgets and Form Fields.