diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 98c2688ca6..452c641ee2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |