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

commit 88ba554160c2d13b2522155eede27e1d391190a6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 21 12:12:30 2025 +0100

    gnu: python-clinguin: Fix tests.
    
    * gnu/packages/potassco.scm (python-clinguin)[native-inputs]: Remove
    python-wheel; add python-pytest.
    
    Change-Id: I54dc0dfde88c0f116354a3f3fea4fef3485091a0
---
 gnu/packages/potassco.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm
index 84b69a0656..e7fc1db2f7 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -776,8 +776,8 @@ as logic programs.")
                     "clingexplaid>=1.3.3"))))))
    (build-system pyproject-build-system)
    (native-inputs
-    (list python-setuptools
-          python-wheel))
+    (list python-pytest
+          python-setuptools))
    (propagated-inputs
     (list python-clingo
           python-clingo-dl

Reply via email to