guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70739] [PATCH 065/714] gnu: python-http-ece: Remove python-flake8 n


From: Nicolas Graves
Subject: [bug#70739] [PATCH 065/714] gnu: python-http-ece: Remove python-flake8 native-input.
Date: Fri, 3 May 2024 18:56:04 +0200

* gnu/packages/python-web.scm (python-http-ece):
  [native-inputs]: Remove python-flake8.

Change-Id: Ia22d6ab59aa65a7f77d58da9e70140d0dc17325b
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a2456cb15e..12536e715d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7283,7 +7283,7 @@ (define-public python-http-ece
     (propagated-inputs
      (list python-cryptography))
     (native-inputs
-     (list python-coverage python-flake8 python-mock python-nose))
+     (list python-coverage python-mock python-nose))
     (home-page "https://github.com/web-push-libs/encrypted-content-encoding";)
     (synopsis "Encrypted Content Encoding for HTTP")
     (description
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]