From 29de57500be1faa75643699e999b0155b2468788 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 28 Jun 2018 11:33:25 +0200 Subject: Add new dependency: pandoc (refs #4178) --- install/ishtar-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install/ishtar-install b/install/ishtar-install index aaf61893b..d43fc708a 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -349,7 +349,7 @@ EOF ( set -x; $sh_c 'sleep 3; apt-get install -t jessie-backports -y -q python python-django\ python-django-registration python-cffi' ) ( set -x; $sh_c 'sleep 3; apt-get install -y -q \ - python-bs4 libpangocairo-1.0-0 \ + python-bs4 libpangocairo-1.0-0 pandoc \ python-tidylib python-lxml python-imaging python-html5lib \ python-psycopg2 python-gdal gettext python-unicodecsv memcached \ python-django-extra-views python-memcache python-dbf python-markdown python-unidecode' ) @@ -413,7 +413,7 @@ EOF ( set -x; $sh_c 'sleep 3; apt-get install -t stretch-backports -y -q python-django' ) ( set -x; $sh_c 'sleep 3; apt-get install -y -q \ python-django-registration libpangocairo-1.0-0 python-requests \ - python-bs4 python-cffi python-django-compressor \ + python-bs4 python-cffi python-django-compressor pandoc \ python-tidylib python-lxml python-imaging python-html5lib \ python-psycopg2 python-gdal gettext python-unicodecsv memcached \ python-django-extra-views python-memcache python-dbf python-markdown \ -- cgit v1.2.3