lbraun pushed a commit to branch master
in repository guix.
commit a83f3a13e640b0f4cf52dc769febc3a477e06413
Author: Antero Mejr <[email protected]>
AuthorDate: Sat Mar 11 13:39:34 2023 +0000
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 <[email protected]>
---
gnu/packages/python-xyz.scm | 1 -
1 file changed, 1 deletion(-)
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))