diff options
author | Antero Mejr <antero@mailbox.org> | 2023-03-11 13:39:34 +0000 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-03-12 11:04:05 +0100 |
commit | a83f3a13e640b0f4cf52dc769febc3a477e06413 (patch) | |
tree | 6ab09af2d7b3884aa53f94df84ef6f760e4ee4cf /gnu/packages/python-xyz.scm | |
parent | d456ced2d493b0688889943810b869d72058f43c (diff) | |
download | guix-a83f3a13e640b0f4cf52dc769febc3a477e06413.tar guix-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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
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)) |