python3Packages.rio-tiler: mark broken

https://github.com/cogeotiff/rio-tiler/issues/769
This commit is contained in:
Austin Horstman
2024-11-30 15:49:04 -06:00
parent e79d2ffbfc
commit 55dda6c193
@@ -62,5 +62,8 @@ buildPythonPackage rec {
homepage = "https://cogeotiff.github.io/rio-tiler/";
license = licenses.bsd3;
maintainers = lib.teams.geospatial.members;
# Tests broken with gdal 3.10
# https://github.com/cogeotiff/rio-tiler/issues/769
broken = true;
};
}