python3Packages.geoparquet: fix build

(cherry picked from commit fe87195f04)
This commit is contained in:
Jonas Heinrich
2026-07-28 14:51:00 +02:00
committed by github-actions[bot]
parent a87ddc5b43
commit 86063f75a9

View File

@@ -11,7 +11,7 @@
pytestCheckHook,
}:
buildPythonPackage {
buildPythonPackage rec {
pname = "geoparquet";
version = "0.7.5";
pyproject = true;
@@ -23,6 +23,11 @@ buildPythonPackage {
hash = "sha256-WGZfDQh7Abh83n8jsCGr41IlKKq7QVDlauuWi20llh8=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail 'version="0.0.3"' 'version="${version}"'
'';
build-system = [ setuptools ];
dependencies = [