python3Packages.onnxmltools: fix by removing outdated patch

This commit is contained in:
Gaetan Lepage
2025-09-15 23:46:25 +02:00
parent 63556e78b1
commit 37552f074a
@@ -33,13 +33,6 @@ buildPythonPackage rec {
hash = "sha256-CcZlGLX8/ANHnhoOv5s/ybBN74gRH/8eLYJ6q/BJo/4=";
};
postPatch = ''
substituteInPlace onnxmltools/proto/__init__.py \
--replace-fail \
"from onnx.helper import split_complex_to_pairs" \
"from onnx.helper import _split_complex_to_pairs as split_complex_to_pairs"
'';
build-system = [
setuptools
];