guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 068/714] gnu: python-apispec: Remove python-flake8 na


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

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

Change-Id: I4438d8aa6fea5d1cbb7e205462615c4ed4f0fafa
---
 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 3ec7f433ce..71306802ef 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24637,8 +24637,7 @@ (define-public python-apispec
     (propagated-inputs
      (list python-packaging))
     (native-inputs
-     (list python-flake8
-           python-flake8-bugbear
+     (list python-flake8-bugbear
            python-marshmallow
            python-mypy
            python-pytest
-- 
2.41.0






reply via email to

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