From: Paul Norman Date: Tue, 3 Sep 2024 21:29:45 +0000 (-0700) Subject: Install system pyotp X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/7896792df24c1042e7ac703629cbdec1d1edf4bf Install system pyotp This avoids failures on Debian systems. --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index eab19d75d..2ebcbf041 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -159,14 +159,11 @@ end package %w[ python3-cairo python3-mapnik + python3-pyotp python3-pyproj python3-setuptools ] -python_package "pyotp" do - python_version "3" -end - directory "/srv/tile.openstreetmap.org/cgi-bin" do owner "tile" group "tile"