lbraun pushed a commit to branch master
in repository guix.

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

    gnu: python-apispec-webframeworks: Remove python-pre-commit.
    
    * gnu/packages/python-xyz.scm (python-apispec-webframeworks)[native-inputs]:
    Remove python-pre-commit.
    [native-inputs]: Add python-pyyaml.
    
    Signed-off-by: Lars-Dominik Braun <[email protected]>
---
 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 6f3e18ea17..58a3a06da8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21164,8 +21164,8 @@ Swagger.")
            python-flake8-bugbear
            python-flask
            python-mock
-           python-pre-commit
            python-pytest
+           python-pyyaml
            python-tornado
            python-tox))
     (home-page "https://github.com/marshmallow-code/apispec-webframeworks";)

Reply via email to