guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 074/714] gnu: python-dateparser: Remove python-flake8


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

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

Change-Id: I5e9b419b4a9d23cac5a612b86168250b487f7cad
---
 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 7be9e982f0..2594345f83 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31476,7 +31476,7 @@ (define-public python-dateparser
      (list python-dateutil python-pytz python-regex python-ruamel.yaml
            python-tzlocal))
     (native-inputs
-     (list python-flake8 python-pytest python-parameterized tzdata-for-tests
+     (list python-pytest python-parameterized tzdata-for-tests
            python-setuptools python-wheel))
     (arguments
      `(#:phases
-- 
2.41.0






reply via email to

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