guix-patches
[Top][All Lists]
Advanced

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

[bug#70755] [PATCH 019/714] gnu: python-update-checker: Remove python-bl


From: Nicolas Graves
Subject: [bug#70755] [PATCH 019/714] gnu: python-update-checker: Remove python-black native-input.
Date: Fri, 3 May 2024 18:55:18 +0200

* gnu/packages/python-xyz.scm (python-update-checker):
  [native-inputs]: Remove python-black.

Change-Id: I44b950199c325a836f87cae498902d338548cc28
---
 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 2cb851fa36..a8979dfdc0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26741,7 +26741,7 @@ (define-public python-update-checker
         (base32 "04yb5a9mi45ax50m2m0ih6gdvkk1j7gfmy83dd58i1f59axlabba"))))
     (build-system python-build-system)
     (propagated-inputs (list python-requests))
-    (native-inputs (list python-black python-flake8 python-pytest))
+    (native-inputs (list python-flake8 python-pytest))
     (home-page "https://github.com/bboe/update_checker";)
     (synopsis "Python module that will check for package updates")
     (description "This package provides a Python module that will check for
-- 
2.41.0






reply via email to

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