guix-patches
[Top][All Lists]
Advanced

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

[bug#70739] [PATCH 066/714] gnu: python-woob: Remove python-flake8 nativ


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

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

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 12536e715d..679030d13b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8288,8 +8288,7 @@ (define-public python-woob
            python-six
            python-unidecode))
     (native-inputs
-     (list python-coverage python-flake8 python-nose python-selenium
-           python-xunitparser))
+     (list python-coverage python-nose python-selenium python-xunitparser))
     (home-page "https://woob.tech/";)
     (synopsis "Woob, Web Outside Of Browsers")
     (description "Woob is a collection of applications able to interact with
-- 
2.41.0






reply via email to

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