guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 051/714] gnu: python-pygsp: Remove python-flake8 nati


From: Nicolas Graves
Subject: [bug#70735] [PATCH 051/714] gnu: python-pygsp: Remove python-flake8 native-input.
Date: Sat, 4 May 2024 00:18:53 +0200

* gnu/packages/graph.scm (python-pygsp):
  [native-inputs]: Remove python-flake8.

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

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 6839fc04db..708977eb5a 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -554,7 +554,7 @@ (define-public python-pygsp
                (("suites.append\\(test_docstrings.*")
                 "")))))))
     (propagated-inputs (list python-numpy python-scikit-image python-scipy))
-    (native-inputs (list python-coverage python-coveralls python-flake8))
+    (native-inputs (list python-coverage python-coveralls))
     (home-page "https://github.com/epfl-lts2/pygsp";)
     (synopsis "Graph Signal Processing in Python")
     (description "The PyGSP is a Python package to ease signal processing on
-- 
2.41.0






reply via email to

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