diff mbox series

[bug#70735,058/714] gnu: python-linear-operator: Remove python-flake8 native-input.

Message ID 20240503224254.28001-58-ngraves@ngraves.fr
State New
Headers show
Series [bug#70735,001/714] gnu: python-transient: Remove python-black native-input. | expand

Commit Message

Nicolas Graves May 3, 2024, 10:19 p.m. UTC
* gnu/packages/machine-learning.scm (python-linear-operator):
  [native-inputs]: Remove python-flake8.

Change-Id: Ica64069c1b2128047bd2d2b93301d6fd5e108ead
---
 gnu/packages/machine-learning.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 688d902500..5c67db26cf 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5107,8 +5107,7 @@  (define-public python-linear-operator
                              python-pytorch
                              python-scipy
                              python-typeguard))
-    (native-inputs (list python-flake8
-                         python-flake8-print
+    (native-inputs (list python-flake8-print
                          python-pytest
                          python-setuptools-scm
                          python-twine))