diff mbox series

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

Message ID 20230310172208.14851-4-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:21 p.m. UTC
* gnu/packages/python-xyz.scm (python-marshmallow)[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 de89059d32..524133f69c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21043,7 +21043,6 @@  (define-public python-marshmallow
      (list python-flake8
            python-flake8-bugbear
            python-mypy
-           python-pre-commit
            python-pytest
            python-pytz
            python-simplejson))