rekado pushed a commit to branch master
in repository guix.
commit f8f29c7cb58a53351f07599e8bc9e96158c41a19
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 10 21:51:28 2025 +0100
gnu: python-clingexplaid: Add missing inputs.
* gnu/packages/potassco.scm (python-clingexplaid)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I01a26c154adb4fb789b6595625389b73e09db3dd
---
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 d7da301ba8..8433182258 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2022–2024 Liliana Marie Prikler <[email protected]>
;;; Copyright © 2023 Simon Tournier <[email protected]>
;;; Copyright © 2023 David Elsing <[email protected]>
-;;; Copyright © 2024 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2024-2025 Ricardo Wurmus <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -804,7 +804,7 @@ certain.")
"\"\n"))
(("\"autoflake\",") "")))))))
(propagated-inputs (list python-clingo))
- (native-inputs (list python-pytest))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/potassco/clingo-explaid")
(synopsis "Develop explanation systems with Clingo")
(description "This package provides tools to develop explanation systems