lbraun pushed a commit to branch master
in repository guix.

commit 622b92d93538c9ba90d9cf40cfc396375d3c3c7f
Author: Antero Mejr <[email protected]>
AuthorDate: Sat Mar 11 13:39:32 2023 +0000

    gnu: python-bidict: Remove python-pre-commit.
    
    * gnu/packages/python-xyz.scm (python-bidict)[native-inputs]: Remove
    python-pre-commit.
    
    Signed-off-by: Lars-Dominik Braun <[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 7ab6c38c80..853cdd130f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1645,7 +1645,6 @@ etc.")
     (native-inputs
      (list python-coverage
            python-hypothesis
-           python-pre-commit
            python-py
            python-pytest
            python-pytest-benchmark

Reply via email to