gnu: onnx-optimizer: Reduce closure size.

* gnu/packages/machine-learning.scm (onnx-optimizer) [native-inputs]:
Remove python-pytest-runner, python-coverage, python-setuptools and
python-wheel; add python-setuptools-next.

Change-Id: I713ff521ff3f329733810cb4d80a16684fddc236
This commit is contained in:
Sharlatan Hellseher 2025-08-19 15:17:53 +01:00
parent daca0d9d26
commit 6ce3ab022e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1842,8 +1842,9 @@ operators and standard data types.")
" and not test_fuse_transpose")))))))))
(native-inputs
(append
(list cmake-minimal python-pytest python-pytest-runner
python-coverage python-setuptools python-wheel)
(list cmake-minimal
python-pytest
python-setuptools-next)
(filter
(lambda (pkg)
(member (or (%current-target-system)