diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-27 20:44:52 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:27 +0200 |
commit | 86c03a98d11e93880b4568776e0939113a92a707 (patch) | |
tree | e07ad2e91e2544f7b2d61e8f3f653fdda26bfd52 /install | |
parent | 52f442699a72ff5d0341a7d15d5b966a3cc2bd60 (diff) | |
download | Ishtar-86c03a98d11e93880b4568776e0939113a92a707.tar.bz2 Ishtar-86c03a98d11e93880b4568776e0939113a92a707.zip |
Migrate to python 3 - Clean old migrations and some old scripts
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 |