From e8b99de75aefd9d6e0412711f8d41e6b24486b72 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 3 Sep 2024 22:32:21 +0100 Subject: [PATCH] Use apt to install python geojson library --- cookbooks/dev/recipes/default.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" -- 2.39.5