nominatim: Add pyosmium to the dependencies

This package is required to perform updates of nominatim (using
replication --once)
This commit is contained in:
traxys 2024-01-25 22:17:23 +01:00
parent d3a15f0432
commit fdd7755f93
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
jinja2
pyicu
datrie
pyosmium
]))
# python3Packages.pylint # We don't want to run pylint because the package could break on pylint bumps which is really annoying.
# python3Packages.pytest # disabled since I can't get it to run tests anyway