diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-04 00:32:13 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-04 00:32:13 +0200 |
commit | 5927f36b12d66def45d49d63cfb8721f607997b6 (patch) | |
tree | ea04a7eb445d834abe7ef1a6c76cdc47ccb5f322 | |
parent | 90ed8df684cca63ffa30592a7426759620fbbda1 (diff) | |
download | Ishtar-5927f36b12d66def45d49d63cfb8721f607997b6.tar.bz2 Ishtar-5927f36b12d66def45d49d63cfb8721f607997b6.zip |
Add python-markdown as a dependency
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d210dd6cf..fb4ce26e5 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Depends: ${misc:Depends}, python-django-extra-views, python-django-simple-history, python-unicodecsv, + python-markdown, # DB postgresql-9.1, postgresql-9.1-postgis, |