From: Tom Hughes Date: Fri, 10 Apr 2020 15:01:56 +0000 (+0100) Subject: Switch tile expiry to use python3 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e747b6c82a1b75ae654682ae8ba2057c9fc13521?hp=fe9666e7e2c5dc6752286c5481809fde9dc67eec Switch tile expiry to use python3 --- diff --git a/cookbooks/tile/files/default/bin/expire-tiles-single b/cookbooks/tile/files/default/bin/expire-tiles-single index 995164314..219c45dd4 100644 --- a/cookbooks/tile/files/default/bin/expire-tiles-single +++ b/cookbooks/tile/files/default/bin/expire-tiles-single @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 """ Expire meta tiles from a OSM change file by resetting their modified time. """ diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 80807a0d3..a5f135a64 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -445,7 +445,7 @@ package %w[ ruby osmium-tool pyosmium - python-pyproj + python3-pyproj ] remote_directory "/usr/local/bin" do