From: Sarah Hoffmann Date: Tue, 22 Dec 2015 21:59:19 +0000 (+0100) Subject: fix versions of pip-installed python modules for vagrant X-Git-Tag: v.2.5.0~15 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/b079b4713f42c9259f45ef33442bbd42dc21ccf6?ds=sidebyside;hp=-c fix versions of pip-installed python modules for vagrant --- b079b4713f42c9259f45ef33442bbd42dc21ccf6 diff --git a/vagrant-provision.sh b/vagrant-provision.sh index e3ce0356..3fae5b68 100755 --- a/vagrant-provision.sh +++ b/vagrant-provision.sh @@ -156,7 +156,7 @@ sudo chown $USERNAME /var/www/nominatim ## sudo apt-get install -y python-dev python-pip python-Levenshtein python-shapely \ python-psycopg2 tidy python-nose python-tidylib -sudo pip install lettuce haversine +sudo pip install lettuce==0.2.18 six==1.7 haversine ## Test suite (PHP) ## https://github.com/twain47/Nominatim/tree/master/tests-php