gnu: python-optree: Adjust inputs.

* gnu/packages/python-xyz.scm (python-optree) [native-inputs]: Remove
python-pytest-cov and python-pytest-xdist; add python-setuptools and
python-wheel.

Change-Id: Ide571c2dfb7d03fae904de4f46d158efe5416068
This commit is contained in:
Sharlatan Hellseher 2024-11-05 13:29:52 +00:00
parent 032c687cec
commit 101c56df66
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -12648,8 +12648,8 @@ without using the configuration machinery.")
(propagated-inputs (list python-typing-extensions))
(native-inputs
(list python-pytest
python-pytest-cov
python-pytest-xdist
python-setuptools
python-wheel
cmake
pybind11))
(home-page "https://github.com/metaopt/optree")