]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_db/version.py
fail if osm2pgsql is not recent enough
[nominatim.git] / src / nominatim_db / version.py
index fceee5d04f6d961daa07ada58629cc928c643679..588a31c8c56a0ec2626e698d599534f212849ac0 100644 (file)
@@ -62,6 +62,7 @@ NOMINATIM_VERSION = parse_version('4.4.99-1')
 
 POSTGRESQL_REQUIRED_VERSION = (9, 6)
 POSTGIS_REQUIRED_VERSION = (2, 2)
+OSM2PGSQL_REQUIRED_VERSION = (1, 8)
 
 # Cmake sets a variable @GIT_HASH@ by executing 'git --log'. It is not run
 # on every execution of 'make'.