guix-patches
[Top][All Lists]
Advanced

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

[bug#70416] [PATCH 5/9] gnu: python-spinners: Remove python-pylint nativ


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

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

Change-Id: I65ad19ba7021db15eba6b410df6ed70ff9ed2ff9
---
 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 709e49714c..bdcebb02db 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1249,7 +1249,7 @@ (define-public python-spinners
                    (substitute* "requirements-dev.txt"
                      (("(.*)==(.*)$" _ dep ver)
                       (string-append dep ">=" ver))))))))
-    (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-spinners";)
     (synopsis "Python library with graphical spinners for the terminal")
     (description "Spinners is a Python library that contains graphical spinners
-- 
2.41.0






reply via email to

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