summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
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
commit0f3229a119e53054d98c5e878a9581403628cd08 (patch)
treee07ad2e91e2544f7b2d61e8f3f653fdda26bfd52 /install
parentcfabd636d0a6d84e8377be3e4d041b4e75ddda9a (diff)
downloadIshtar-0f3229a119e53054d98c5e878a9581403628cd08.tar.bz2
Ishtar-0f3229a119e53054d98c5e878a9581403628cd08.zip
Migrate to python 3 - Clean old migrations and some old scripts
Diffstat (limited to 'install')
-rwxr-xr-xinstall/ishtar-install6
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