guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 063/714] gnu: python-furl: Remove python-flake8 nativ


From: Nicolas Graves
Subject: [bug#70735] [PATCH 063/714] gnu: python-furl: Remove python-flake8 native-input.
Date: Sat, 4 May 2024 00:19:05 +0200

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

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 31766b356d..d509de15f6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1239,8 +1239,6 @@ (define-public python-furl
     (build-system python-build-system)
     (propagated-inputs
      (list python-six python-orderedmultidict))
-    (native-inputs
-     (list python-flake8))
     (home-page "https://github.com/gruns/furl";)
     (synopsis "URL manipulation in Python")
     (description "Furl provides an easy-to-use alternative to the
-- 
2.41.0






reply via email to

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