guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 071/714] gnu: python-yq: Remove python-flake8 native-


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

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

Change-Id: I48bc10bf085b1c85e35d0d92be06de84a7b334dc
---
 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 55458e282d..0f0a0cacaa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25701,7 +25701,7 @@ (define-public python-yq
     (inputs
      (list python-argcomplete python-pyyaml python-xmltodict python-toml jq))
     (native-inputs
-     (list python-coverage python-flake8 python-setuptools-scm python-wheel))
+     (list python-coverage python-setuptools-scm python-wheel))
     (home-page "https://github.com/kislyuk/yq";)
     (synopsis "Command-line YAML/XML processor")
     (description
-- 
2.41.0






reply via email to

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