Skip to content

Commit

Permalink
tile: use python3-pyotp package over pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Jun 27, 2024
1 parent 17193e6 commit 2a5eba2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cookbooks/tile/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,11 @@
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"
Expand Down

0 comments on commit 2a5eba2

Please sign in to comment.