From: Tom Hughes Date: Tue, 3 Sep 2024 21:32:21 +0000 (+0100) Subject: Use apt to install python geojson library X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e8b99de75aefd9d6e0412711f8d41e6b24486b72 Use apt to install python geojson library --- diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index 6e71b794d..e7a4007a4 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -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"