summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntero Mejr <antero@mailbox.org>2023-03-11 13:39:36 +0000
committerLars-Dominik Braun <lars@6xq.net>2023-03-12 11:04:06 +0100
commit6181cce7322677fcca6e3626827e249176a002fc (patch)
tree4f81dfcf3e61eb19104899392617a2c20aee44d0
parent2cfb7dbd2f1ace79b192bdebf94e33c1aa802f5d (diff)
downloadguix-patches-6181cce7322677fcca6e3626827e249176a002fc.tar
guix-patches-6181cce7322677fcca6e3626827e249176a002fc.tar.gz
gnu: python-apispec: Remove python-pre-commit.
* gnu/packages/python-xyz.scm (python-apispec)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 23fc2c7b76..6f3e18ea17 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21137,7 +21137,6 @@ datatypes to and from native Python datatypes.")
python-flake8-bugbear
python-marshmallow
python-mypy
- python-pre-commit
python-pytest
python-pyyaml))
(home-page "https://github.com/marshmallow-code/apispec")