python3Packages.fiona: replace deprecated parseString with parse_string
This commit is contained in:
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 = [
|
||||
|
||||
Reference in New Issue
Block a user