guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 027/714] gnu: python-colorful: Remove python-flake8 n


From: Nicolas Graves
Subject: [bug#70735] [PATCH 027/714] gnu: python-colorful: Remove python-flake8 native-input.
Date: Sat, 4 May 2024 00:18:29 +0200

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

Change-Id: Idf06bfd24676a4e3afec109420e65bde22000048
---
 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 bd4f8d5254..5b6ccf32cd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1072,8 +1072,7 @@ (define-public python-colorful
         (base32 "0kyy9qhvrb5m9h8xmri7c88i0k1g5qc7017anw39gx44an7mn33y"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-coverage python-flake8 python-pytest python-setuptools
-           python-wheel))
+     (list python-coverage python-pytest python-setuptools python-wheel))
     (propagated-inputs
      (list python-colorama))
     (home-page "http://github.com/timofurrer/colorful";)
-- 
2.41.0






reply via email to

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