]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/recipes/default.rb
nominatim: install pyosmium
[chef.git] / cookbooks / nominatim / recipes / default.rb
index a8009759ff3dba77926ab82870173bf54b2d8b5e..9285e5ad5a6928f58e98a2c04e2fa63a44e6f6f2 100644 (file)
@@ -132,6 +132,7 @@ end
 ## Nominatim backend
 
 include_recipe "git"
+include_recipe "python"
 
 package "build-essential"
 package "cmake"
@@ -148,6 +149,8 @@ package "libgeos++-dev"
 package "libproj-dev"
 package "osmosis"
 
+python_package "osmium"
+
 source_directory = "#{basedir}/nominatim"
 build_directory = "#{basedir}/bin"