Merge pull request #283861 from traxys/nominatim_osmium

nominatim: Add pyosmium to the dependencies
This commit is contained in:
Nick Cao 2024-01-25 22:04:50 -05:00 committed by GitHub
commit 5638f0cc2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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