summaryrefslogtreecommitdiff
path: root/install/ishtar-install
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-07 18:41:28 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-17 13:21:27 +0200
commit663b1610fbb8483a787883eb0efeec09323ab074 (patch)
tree36eeb829120335b640c34bcfbd518d5aa2d1943a /install/ishtar-install
parentb46aee524f5f8c5fbef9b0ff6cb4398c6e685d2c (diff)
downloadIshtar-663b1610fbb8483a787883eb0efeec09323ab074.tar.bz2
Ishtar-663b1610fbb8483a787883eb0efeec09323ab074.zip
Install script: install extra views from pip3
Diffstat (limited to 'install/ishtar-install')
-rwxr-xr-xinstall/ishtar-install9
1 files changed, 7 insertions, 2 deletions
diff --git a/install/ishtar-install b/install/ishtar-install
index 60636dbd5..9b9fd6c4b 100755
--- a/install/ishtar-install
+++ b/install/ishtar-install
@@ -398,9 +398,9 @@ EOF
( set -x; $sh_c 'sleep 3; apt-get install -y -q \
python3-django-registration libpangocairo-1.0-0 python3-requests \
python3-bs4 python3-cffi python3-django-compressor pandoc libjs-jquery\
- python3-tidylib python3-lxml python3-imaging python3-html5lib \
+ python3-tidylib python3-lxml python3-pil python3-html5lib \
python3-psycopg2 python3-gdal gettext memcached \
- python3-django-extra-views python3-memcache python3-dbf python3-markdown \
+ python3-memcache python3-dbf python3-markdown \
python3-reportlab python3-django-extensions python3-unidecode' )
fi
if [ "$lsb_dist" == 'raspbian' ]; then
@@ -423,6 +423,11 @@ EOF
libreoffice libreoffice-script-provider-python python3-uno' )
fi
+ echo "-------------------------------------------------------------------------------";
+ cecho y "Installing django extra views"
+ echo "";
+ ( set -x; $sh_c 'pip3 install django-extra-views==0.12.0' )
+
# buster: python3-pyqrcode python3-png
echo "-------------------------------------------------------------------------------";
cecho y "Installing pyqrcode"