From: Tom Hughes Date: Sat, 4 Jul 2020 11:53:01 +0000 (+0100) Subject: Switch to installing python 3 modules on dev X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6fd8b6cbc121299d4d39d5e1db45375ed3130883 Switch to installing python 3 modules on dev --- diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index 7ad5eafcb..879e546b7 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -44,14 +44,13 @@ package %w[ php-sqlite3 pngcrush pngquant - python - python-argparse - python-beautifulsoup - python-cheetah - python-dateutil - python-magic - python-psycopg2 - python-gdal + python3 + python3-bs4 + python3-cheetah + python3-dateutil + python3-magic + python3-psycopg2 + python3-gdal g++ gcc make @@ -75,7 +74,9 @@ package %w[ nodejs_package "svgo" -python_package "geojson" +python_package "geojson" do + python_version "3" +end apache_module "env" apache_module "expires"