From ba6c73260563fcc6b8a0164e55b13a3eb48e9205 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 2 Aug 2017 19:28:14 +0200 Subject: Upgrade version needed for django-ajax-selects --- install/ishtar-install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install/ishtar-install b/install/ishtar-install index a94ce34d7..36b937388 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -375,7 +375,7 @@ EOF python-django-registration' ) ( set -x; $sh_c 'sleep 3; apt-get install -y -q \ python-pisa python-bs4 python-django-formtools\ - python-tidylib python-lxml python-imaging python-html5lib\ + 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' ) echo "-------------------------------------------------------------------------------"; @@ -386,6 +386,9 @@ EOF cecho y "Installing python-secretary" echo ""; ( set -x; $sh_c 'pip install secretary==0.2.14' ) + cecho y "Installing python-ajax-select (available version in Debian is not compatible with backported Django)" + echo ""; + ( set -x; $sh_c 'pip install django-ajax-selects==1.4.3' ) fi ;; -- cgit v1.2.3