Skip to content

Commit 2a5eba2

Browse files
committed
tile: use python3-pyotp package over pip install
1 parent 17193e6 commit 2a5eba2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cookbooks/tile/recipes/default.rb

+1-4
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,11 @@
159159
package %w[
160160
python3-cairo
161161
python3-mapnik
162+
python3-pyotp
162163
python3-pyproj
163164
python3-setuptools
164165
]
165166

166-
python_package "pyotp" do
167-
python_version "3"
168-
end
169-
170167
directory "/srv/tile.openstreetmap.org/cgi-bin" do
171168
owner "tile"
172169
group "tile"

0 commit comments

Comments
 (0)