]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/version.py
Added check to see if hstore is loaded
[nominatim.git] / nominatim / version.py
index aef85300aaee1aff069bfa28f456d00bb2dbb0ea..95420b341f33f6c8dd3a2a95efd20b06ec785b29 100644 (file)
@@ -38,7 +38,6 @@ NOMINATIM_VERSION = NominatimVersion(4, 3, 0, 0)
 
 POSTGRESQL_REQUIRED_VERSION = (9, 6)
 POSTGIS_REQUIRED_VERSION = (2, 2)
-HSTORE_REQUIRED_VERSION = (1, 3)
 
 # Cmake sets a variable @GIT_HASH@ by executing 'git --log'. It is not run
 # on every execution of 'make'.