guix-patches
[Top][All Lists]
Advanced

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

[bug#70739] [PATCH 040/714] gnu: python-validators: Remove python-flake8


From: Nicolas Graves
Subject: [bug#70739] [PATCH 040/714] gnu: python-validators: Remove python-flake8 native-input.
Date: Fri, 3 May 2024 18:55:39 +0200

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

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index efa49a632c..2ac5a37dae 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24506,7 +24506,7 @@ (define-public python-validators
     (propagated-inputs
      (list python-decorator python-six))
     (native-inputs
-     (list python-flake8 python-isort python-pytest))
+     (list python-isort python-pytest))
     (home-page "https://github.com/kvesteri/validators";)
     (synopsis "Data validation library")
     (description
-- 
2.41.0






reply via email to

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