diff mbox series

[bug#62100,05/13] gnu: python-marshmallow-jsonapi: Remove python-pre-commit.

Message ID 20230310172208.14851-5-antero@mailbox.org
State New
Headers show
Series [bug#62100,01/13] gnu: python-jupytext: Remove python-pre-commit. | expand

Commit Message

Antero Mejr March 10, 2023, 5:22 p.m. UTC
* gnu/packages/python-xyz.scm (python-marshmallow-jsonapi)[native-inputs]:
Remove python-pre-commit.
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 524133f69c..571ae16c31 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21071,7 +21071,6 @@  (define-public python-marshmallow-jsonapi
            python-flake8-bugbear
            python-flask
            python-mock
-           python-pre-commit
            python-pytest
            python-tox))
     (home-page "https://github.com/marshmallow-code/marshmallow-jsonapi")