guix-patches
[Top][All Lists]
Advanced

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

[bug#70416] [PATCH 8/9] gnu: python-clingraph: Remove python-pylint nati


From: Nicolas Graves
Subject: [bug#70416] [PATCH 8/9] gnu: python-clingraph: Remove python-pylint native-input.
Date: Tue, 16 Apr 2024 14:59:17 +0200

* gnu/packages/potassco.scm (clingraph):
  [native-inputs]: Remove python-pylint.

Change-Id: I596a4f555c75113c6b7f38071714c46fd04b688d
---
 gnu/packages/potassco.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm
index 43d9ea6647..7b47e770fd 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -560,7 +560,7 @@ (define-public python-clingraph
                              python-jinja2
                              python-jsonschema
                              python-networkx))
-    (native-inputs (list dot2tex graphviz python-pylint python-pytest))
+    (native-inputs (list dot2tex graphviz python-pytest))
     (home-page "https://github.com/potassco/clingraph";)
     (synopsis "Visualizer for graphs defined as logic programs")
     (description
-- 
2.41.0






reply via email to

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