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

commit da861f960edb0db83bd333dbe941a86b87c32fbc
Author: Vinicius Monego <[email protected]>
AuthorDate: Thu May 9 16:47:00 2024 +0200

    gnu: python-jsonargparse: Remove pre-commit from native-inputs.
    
    * gnu/packages/python-xyz.scm (python-jsonargparse)[native-inputs]: Remove
    python-pre-commit.
    
    Change-Id: Iac844f4521f985cb07ef407b999dfc7f61605bca
    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 6446b26fa1..dac4f4e240 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4831,7 +4831,6 @@ Python.")
     (native-inputs
      (list python-attrs
            python-coverage
-           python-pre-commit
            python-pycodestyle
            python-pydantic
            python-pytest

Reply via email to