guix-patches
[Top][All Lists]
Advanced

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

[bug#70739] [PATCH 037/714] gnu: python-inflect: Remove python-flake8 na


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

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

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4519b8468f..48d68c075f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20669,8 +20669,7 @@ (define-public python-inflect
              (setenv "PYTHONPATH"
                      (string-append (getcwd) "/_custom_build")))))))
     (propagated-inputs (list python-pydantic))
-    (native-inputs (list python-flake8
-                         python-pygments
+    (native-inputs (list python-pygments
                          python-pytest
                          python-pytest-black
                          python-pytest-checkdocs
-- 
2.41.0






reply via email to

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