From: Sarah Hoffmann Date: Tue, 11 Feb 2020 21:49:03 +0000 (+0100) Subject: psycopg 2.6 is now usable on ubuntu 16 X-Git-Tag: v3.5.0~83^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/960409c7014d167cd6e0d5820d943a4ca04034cf psycopg 2.6 is now usable on ubuntu 16 --- diff --git a/vagrant/Install-on-Ubuntu-16.sh b/vagrant/Install-on-Ubuntu-16.sh index 3539851f..393cd0b1 100755 --- a/vagrant/Install-on-Ubuntu-16.sh +++ b/vagrant/Install-on-Ubuntu-16.sh @@ -31,10 +31,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: postgresql-contrib-9.5 \ apache2 php php-pgsql libapache2-mod-php \ php-intl python3-setuptools python3-dev python3-pip \ - python3-tidylib git - - # python3-psycopg2 apt package is too old (2.6), we want at least 2.7 - pip3 install --user psycopg2 + python3-tidylib python3-psycopg2 git # If you want to run the test suite, you need to install the following # additional packages: