sharlatan pushed a commit to branch python-team
in repository guix.

commit 75063c858f1928314eb0e01ee0dfa75c0bcf885d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 5 13:29:52 2024 +0000

    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
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9c55b92e40..f80ee81dd4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12621,8 +12621,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";)

Reply via email to