]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: add build-essential package
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 29 Oct 2024 08:15:49 +0000 (09:15 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 29 Oct 2024 08:16:27 +0000 (09:16 +0100)
Needed for building some of the pip packages.

cookbooks/nominatim/recipes/default.rb

index 656ce69e59cce39f8ae1a60729ca8c8b5c5de3de..452f3a640ede062ff3b2617ca6be9bc7a4464c0b 100644 (file)
@@ -106,6 +106,7 @@ if platform?("debian")
   python_directory = "#{basedir}/venv"
 
   package %w[
+    build-essential
     libicu-dev
     python3-dev
     pkg-config