diff mbox series

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

Message ID 20230310172208.14851-6-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-apispec)[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 571ae16c31..cb3c51ab59 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21106,7 +21106,6 @@  (define-public python-apispec
            python-flake8-bugbear
            python-marshmallow
            python-mypy
-           python-pre-commit
            python-pytest
            python-pyyaml))
     (home-page "https://github.com/marshmallow-code/apispec")