]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix versions of pip-installed python modules for vagrant
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 22 Dec 2015 21:59:19 +0000 (22:59 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 22 Dec 2015 21:59:19 +0000 (22:59 +0100)
vagrant-provision.sh

index e3ce0356eef5365495c860f87cf1e8c8ce6780b9..3fae5b68b87ad02b2f15d77c9c866ec289852189 100755 (executable)
@@ -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