diff mbox series

[bug#70735,077/714] gnu: nikola: Remove python-flake8 native-input.

Message ID 20240503224254.28001-77-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/python-xyz.scm (nikola):
  [native-inputs]: Remove python-flake8.

Change-Id: I639daa3b94f9c597188d5388cf98eeeaf6be6b66
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4474fa473a..c6fe720eea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34314,7 +34314,6 @@  (define-public nikola
             python-yapsy))
     (native-inputs
       (list python-coverage
-            python-flake8
             python-freezegun
             python-pytest
             python-pytest-cov))