sharlatan pushed a commit to branch python-team
in repository guix.

commit c3670b58c86492f42965a11be5115cdf3925c880
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Jun 1 16:57:51 2024 +0200

    gnu: python-rich-click: Remove pre-commit from native-inputs.
    
    * gnu/packages/python-xyz.scm (python-rich-click)[native-inputs]: Remove
    python-pre-commit.
    
    Change-Id: I7a1de6166e4fe9f255cff8819b4779e76d7a4537
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ce1e783bc2..7073953325 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21008,7 +21008,6 @@ syntax highlighting, markdown and more to the 
terminal.")
     (build-system python-build-system)
     (propagated-inputs
      (list python-click python-importlib-metadata python-rich))
-    (native-inputs (list python-pre-commit))
     (home-page "https://github.com/ewels/rich-click";)
     (synopsis "Format click help output nicely with rich")
     (description "Click is a \"Python package for creating beautiful command

Reply via email to