summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"