guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 078/714] gnu: python-verspec: Remove python-flake8 na


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

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

Change-Id: Ica0c1c691bb8a3eb5781d28bacfba6585b236bde
---
 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 c6fe720eea..f6f7f6e6e7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34779,7 +34779,7 @@ (define-public python-verspec
                (base32
                 "07n06wv85fm4vl1ird2mja0823js3x322wgs9gdnq1djjyk4ql64"))))
     (build-system python-build-system)
-    (native-inputs (list python-coverage python-flake8 python-mypy
+    (native-inputs (list python-coverage python-mypy
                          python-pretend python-pytest))
     (arguments
      `(#:phases (modify-phases %standard-phases
-- 
2.41.0






reply via email to

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