From 81ec612e913ab7cdda69ba8f84df8fc5e60fa154 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Sep 2013 09:43:32 +0200 Subject: [PATCH] add dependencies to pyparsing (unfold) and south (myslice) --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f30669b2..7e8cc46c 100644 --- a/debian/control +++ b/debian/control @@ -7,11 +7,11 @@ Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch, python-setupt Package: myslice Architecture: any -Depends: unfold +Depends: unfold, python-django-south Description: Myslice plugins, based on django and unfold frontend # Thierry: the recipe I'm using somehow only works with several packages Package: unfold Architecture: any -Depends: python, python-django +Depends: python, python-django, python-pyparsing Description: Generic django-based frontend for manifold backends -- 2.43.0