guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 079/714] gnu: python-mike: Remove python-flake8 nativ


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

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

Change-Id: Iedfcce33b515b95322576c5394df91f7c5549542
---
 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 f6f7f6e6e7..5f541e674a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35164,7 +35164,7 @@ (define-public python-mike
                 "0yxp816x7s948xsd0fifvq9shg01xdxlifd9rzf5y2rd9iwz3hsn"))))
     (build-system python-build-system)
     (native-inputs
-     (list python-coverage python-flake8 python-shtab))
+     (list python-coverage python-shtab))
     (propagated-inputs
      (list python-jinja2 python-mkdocs python-pyyaml python-verspec))
     (home-page "https://github.com/jimporter/mike";)
-- 
2.41.0






reply via email to

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