diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-28 11:33:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-28 11:33:25 +0200 |
commit | 29de57500be1faa75643699e999b0155b2468788 (patch) | |
tree | 24ffcc8407a9405a58ee7720f2c4cf8a51f52a34 /install | |
parent | 419d4e1fdb1220de4db2149f0fb6084538fbbb96 (diff) | |
download | Ishtar-29de57500be1faa75643699e999b0155b2468788.tar.bz2 Ishtar-29de57500be1faa75643699e999b0155b2468788.zip |
Add new dependency: pandoc (refs #4178)
Diffstat (limited to 'install')
-rwxr-xr-x | install/ishtar-install | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |