diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install/ishtar-install | 6 |
1 files changed, 3 insertions, 3 deletions
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 |