guix-patches
[Top][All Lists]
Advanced

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

[bug#70416] [PATCH 4/9] gnu: python-log-symbols: Remove python-pylint na


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

* gnu/packages/terminals.scm (python-log-symbols):
  [native-inputs]: Remove python-pylint.

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

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index de850f2269..709e49714c 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1222,7 +1222,7 @@ (define-public python-log-symbols
                      (("(.*)==(.*)$" _ dep ver)
                       (string-append dep ">=" ver))))))))
     (propagated-inputs (list python-colorama))
-    (native-inputs (list python-coverage python-nose python-pylint python-tox))
+    (native-inputs (list python-coverage python-nose python-tox))
     (home-page "https://github.com/manrajgrover/py-log-symbols";)
     (synopsis "Python library with graphical symbols for logging on the 
terminal")
     (description "This package provides a Python library with graphical symbols
-- 
2.41.0






reply via email to

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