diff --git a/pkgs/geospatial/rio-mbtiles/default.nix b/pkgs/geospatial/rio-mbtiles/default.nix
index d6004045511f8deeb94c01cf0c489f51c2eb44ea..83ab50a0953242b10c880b7b973655388117d568 100644
--- a/pkgs/geospatial/rio-mbtiles/default.nix
+++ b/pkgs/geospatial/rio-mbtiles/default.nix
@@ -11,6 +11,11 @@ rev = version;
hash = "sha256-Kje443Qqs8+Jcv3PnTrMncaoaGDdjrzTcd42NYIenuU=";
};
--replace "shapely~=1.7.0" "shapely"
propagatedBuildInputs = with python3Packages; [
click
cligj
@@ -22,8 +27,6 @@ shapely
];
checkInputs = with python3Packages; [ pytestCheckHook ];
meta = with lib; {
description = "A plugin command for the Rasterio CLI that exports a raster dataset to an MBTiles 1.1 SQLite file";
application/octet-stream
This content has been proxied by September (3851b).