diff mbox series

[bug#70858,31/32] gnu: python-linear-operator: Remove python-flake8-print native-input

Message ID 20240510075605.6303-31-ngraves@ngraves.fr
State New
Headers show
Series None | expand

Commit Message

Nicolas Graves May 10, 2024, 7:55 a.m. UTC
* gnu/packages/machine-learning.scm (python-linear-operator):
  [native-inputs]: Remove pytest-flake8-print.

Change-Id: Iba2670b47e479c20a3f4ae1c703ad9fe815e3764
---
 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 a3c598ba1c8..cc33a3e9762 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5082,8 +5082,7 @@  (define-public python-linear-operator
                              python-pytorch
                              python-scipy
                              python-typeguard))
-    (native-inputs (list python-flake8-print
-                         python-pytest
+    (native-inputs (list python-pytest
                          python-setuptools
                          python-setuptools-scm))
     (home-page "https://github.com/cornellius-gp/linear_operator/")