lbraun pushed a commit to branch master
in repository guix.
commit 6181cce7322677fcca6e3626827e249176a002fc
Author: Antero Mejr <[email protected]>
AuthorDate: Sat Mar 11 13:39:36 2023 +0000
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 <[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 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")