summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntero Mejr <antero@mailbox.org>2023-03-11 13:39:35 +0000
committerLars-Dominik Braun <lars@6xq.net>2023-03-12 11:04:06 +0100
commit2cfb7dbd2f1ace79b192bdebf94e33c1aa802f5d (patch)
treeec72147ce5e3e2fe554bb80a535d3db265909015
parenta83f3a13e640b0f4cf52dc769febc3a477e06413 (diff)
downloadguix-2cfb7dbd2f1ace79b192bdebf94e33c1aa802f5d.tar.gz
gnu: python-marshmallow-jsonapi: Remove python-pre-commit.
* gnu/packages/python-xyz.scm (python-marshmallow-jsonapi)[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 7de0d904ef..23fc2c7b76 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21102,7 +21102,6 @@ datatypes to and from native Python datatypes.")
            python-flake8-bugbear
            python-flask
            python-mock
-           python-pre-commit
            python-pytest
            python-tox))
     (home-page "https://github.com/marshmallow-code/marshmallow-jsonapi")