diff mbox series

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

Message ID 20240503224254.28001-64-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-web.scm (python-httplib2):
  [native-inputs]: Remove python-flake8.

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

Patch

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d509de15f6..a2456cb15e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1271,7 +1271,6 @@  (define-public python-httplib2
                  (("==") ">=")))))))
     (native-inputs
      (list python-cryptography
-           python-flake8
            python-future
            python-mock
            python-pytest