diff mbox series

[bug#70739,046/714] gnu: scvelo: Remove python-flake8 native-input.

Message ID 20240503172650.32434-46-ngraves@ngraves.fr
State New
Headers show
Series python native-inputs | expand

Commit Message

Nicolas Graves May 3, 2024, 4:55 p.m. UTC
* gnu/packages/bioinformatics.scm (scvelo):
  [native-inputs]: Remove python-flake8.

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

Patch

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e7b6c14771..9019ca8bab 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -21544,8 +21544,7 @@  (define-public scvelo
            python-umap-learn
            pybind11))
     (native-inputs
-     (list python-flake8
-           python-hypothesis
+     (list python-hypothesis
            python-pytest
            python-setuptools-scm
            python-wheel))