guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

237/361: gnu: python-optree: Adjust inputs.


From: guix-commits
Subject: 237/361: gnu: python-optree: Adjust inputs.
Date: Fri, 22 Nov 2024 06:00:49 -0500 (EST)

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

commit 75c0308d88aa7e62a30d774114b269d03780ebf2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
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

[Prev in Thread] Current Thread [Next in Thread]