summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntero Mejr <antero@mailbox.org>2023-03-11 13:39:34 +0000
committerLars-Dominik Braun <lars@6xq.net>2023-03-12 11:04:05 +0100
commita83f3a13e640b0f4cf52dc769febc3a477e06413 (patch)
tree6ab09af2d7b3884aa53f94df84ef6f760e4ee4cf
parentd456ced2d493b0688889943810b869d72058f43c (diff)
downloadguix-patches-a83f3a13e640b0f4cf52dc769febc3a477e06413.tar
guix-patches-a83f3a13e640b0f4cf52dc769febc3a477e06413.tar.gz
gnu: python-marshmallow: Remove python-pre-commit.
* gnu/packages/python-xyz.scm (python-marshmallow)[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 f0b4a64a15..7de0d904ef 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21074,7 +21074,6 @@ while only declaring the test-specific fields.")
(list python-flake8
python-flake8-bugbear
python-mypy
- python-pre-commit
python-pytest
python-pytz
python-simplejson))