summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntero Mejr <antero@mailbox.org>2023-03-11 13:39:33 +0000
committerLars-Dominik Braun <lars@6xq.net>2023-03-12 11:04:05 +0100
commitd456ced2d493b0688889943810b869d72058f43c (patch)
tree7d5c5e8c00fb340160fa8b5e44eae304a9fc746b
parent622b92d93538c9ba90d9cf40cfc396375d3c3c7f (diff)
downloadguix-patches-d456ced2d493b0688889943810b869d72058f43c.tar
guix-patches-d456ced2d493b0688889943810b869d72058f43c.tar.gz
gnu: python-pyjwt: Remove python-pre-commit.
* gnu/packages/python-xyz.scm (python-pyjwt)[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 853cdd130f..f0b4a64a15 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4116,7 +4116,6 @@ memory usage and transliteration quality.")
(native-inputs
(list python-coverage
python-cryptography
- python-pre-commit
python-pytest
python-sphinx
python-sphinx-rtd-theme))