]> git.openstreetmap.org Git - chef.git/commitdiff
Merge remote-tracking branch 'github/pull/691'
authorTom Hughes <tom@compton.nu>
Tue, 3 Sep 2024 21:49:28 +0000 (22:49 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 3 Sep 2024 21:49:28 +0000 (22:49 +0100)
cookbooks/dev/recipes/default.rb

index d03b8b204afee5cbb7dff52bda9df35a7d0fdf6d..e7a4007a41ab29a1ed4c2dcd2776e9294989a638 100644 (file)
@@ -91,7 +91,7 @@ package %w[
   mailutils
   make
   nano
-  netcat
+  netcat-openbsd
   osm2pgsql
   osmium-tool
   osmosis
@@ -128,6 +128,7 @@ package %w[
   python3-dev
   python3-dotenv
   python3-gdal
+  python3-geojson
   python3-lxml
   python3-lz4
   python3-magic
@@ -153,10 +154,6 @@ end
 
 nodejs_package "svgo"
 
-python_package "geojson" do
-  python_version "3"
-end
-
 apache_module "env"
 apache_module "expires"
 apache_module "headers"