python3Packages.fiona: replace deprecated parseString with parse_string

This commit is contained in:
Robert Schütz
2026-01-31 22:08:03 -08:00
committed by Martin Weinelt
parent 91ddfe9e27
commit 929cdad558
@@ -42,6 +42,10 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "cython~=3.0.2" cython
# pyparsing deprecated parseString in favor of parse_string
substituteInPlace fiona/fio/features.py fiona/_vendor/snuggs.py \
--replace-fail parseString parse_string
'';
build-system = [