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
+1
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