python3Packages.rasterio: relax cython constraint

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:24 +02:00
parent 50747e1cd2
commit 7eca9ef8d7
@@ -45,6 +45,11 @@ buildPythonPackage rec {
hash = "sha256-InejYBRa4i0E2GxEWbtBpaErtcoYrhtypAlRtMlUoDk=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "cython~=3.0.2" cython
'';
nativeBuildInputs = [
cython
gdal