@@ 1815,7 1815,7 @@ operators and standard data types.")
(patches (search-patches "onnx-optimizer-system-library.patch"))
(modules '((guix build utils)))
(snippet '(delete-file-recursively "third_party"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
;; reuse build system tweaks
(substitute-keyword-arguments (package-arguments onnx)
@@ 1843,7 1843,7 @@ operators and standard data types.")
(native-inputs
(append
(list cmake-minimal python-pytest python-pytest-runner
- python-coverage)
+ python-coverage python-setuptools python-wheel)
(filter
(lambda (pkg)
(member (or (%current-target-system)