]> git.openstreetmap.org Git - chef.git/commitdiff
Install system pyotp
authorPaul Norman <penorman@mac.com>
Tue, 3 Sep 2024 21:29:45 +0000 (14:29 -0700)
committerPaul Norman <penorman@mac.com>
Tue, 3 Sep 2024 21:40:26 +0000 (14:40 -0700)
This avoids failures on Debian systems.

cookbooks/tile/recipes/default.rb

index eab19d75dec8b81fc41d70879b06363f870c2377..2ebcbf041376ac00102ff9fc43b4bb7cd1884477 100644 (file)
@@ -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"