Skip to content

Commit

Permalink
nominatim: add pyosmium to virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Aug 8, 2024
1 parent 263ce57 commit 8668f1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cookbooks/nominatim/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@
python_virtualenv python_directory
version "6.0.0"
end

python_package "osmium" do
python_virtualenv python_directory
version "3.7.0"
end
end

source_directory = "#{basedir}/src/nominatim"
Expand Down

0 comments on commit 8668f1a

Please sign in to comment.