diff mbox series

[bug#62100,03/13] gnu: python-pyjwt: Remove python-pre-commit.

Message ID 20230310172208.14851-3-antero@mailbox.org
State New
Headers show
Series [bug#62100,01/13] gnu: python-jupytext: Remove python-pre-commit. | expand

Commit Message

Antero Mejr March 10, 2023, 5:21 p.m. UTC
* gnu/packages/python-xyz.scm (python-pyjwt)[native-inputs]: Remove
python-pre-commit.
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b491a33051..de89059d32 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4085,7 +4085,6 @@  (define-public python-pyjwt
     (native-inputs
      (list python-coverage
            python-cryptography
-           python-pre-commit
            python-pytest
            python-sphinx
            python-sphinx-rtd-theme))