diff options
author | Cyril Brulebois <cyril@debamax.com> | 2016-04-07 23:08:03 +0200 |
---|---|---|
committer | Cyril Brulebois <cyril@debamax.com> | 2016-04-07 23:25:25 +0200 |
commit | 1c27fbb4ad61f0d219c86c1f3323d2dc16dd0a12 (patch) | |
tree | 69bfec1b780a1a2b67d28126b99c068b9d75da6d | |
parent | bf156561928c02fdfa892cb43a0d09998e37ee77 (diff) | |
download | Ishtar-1c27fbb4ad61f0d219c86c1f3323d2dc16dd0a12.tar.bz2 Ishtar-1c27fbb4ad61f0d219c86c1f3323d2dc16dd0a12.zip |
Fix missing dependencies.
apg ships the apg command, gettext ships msgfmt.
Plus some python modules.
Signed-off-by: Cyril Brulebois <cyril@debamax.com>
-rw-r--r-- | debian/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b2fcae418..d210dd6cf 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,10 @@ Depends: ${misc:Depends}, python-lxml, python-html5lib, python-memcache, + python-oook-replace, + python-django-extra-views, + python-django-simple-history, + python-unicodecsv, # DB postgresql-9.1, postgresql-9.1-postgis, @@ -32,6 +36,9 @@ Depends: ${misc:Depends}, nginx, uwsgi, uwsgi-plugin-python, +# Extra: + apg, + gettext, Recommends: javascript-common, libjs-jquery, libjs-jquery-ui, |