From 0f3229a119e53054d98c5e878a9581403628cd08 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 27 Feb 2019 20:44:52 +0100 Subject: Migrate to python 3 - Clean old migrations and some old scripts --- install/ishtar-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install') diff --git a/install/ishtar-install b/install/ishtar-install index f0db9a40f..fb5cff345 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -398,8 +398,8 @@ EOF ( 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 pandoc libjs-jquery\ - python-tidylib python-lxml python-imaging python-html5lib \ - python-psycopg2 python-gdal gettext python-unicodecsv memcached \ + python-tidylib python3-lxml python-imaging python-html5lib \ + python3-psycopg2 python-gdal gettext memcached \ python-django-extra-views python-memcache python-dbf python-markdown \ python-reportlab python-django-extensions python-unidecode' ) fi @@ -413,7 +413,7 @@ EOF libpangocairo-1.0-0 python-requests \ python-bs4 python-cffi pandoc libjs-jquery \ python-tidylib python-lxml python-imaging python-html5lib \ - python-psycopg2 python-gdal gettext python-unicodecsv memcached \ + python-psycopg2 python-gdal gettext memcached \ python-memcache python-dbf python-markdown \ python-reportlab python-unidecode' ) fi -- cgit v1.2.3