From e747b6c82a1b75ae654682ae8ba2057c9fc13521 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 10 Apr 2020 16:01:56 +0100 Subject: [PATCH 1/1] Switch tile expiry to use python3 --- cookbooks/tile/files/default/bin/expire-tiles-single | 2 +- cookbooks/tile/recipes/default.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5