diff options
author | Vinicius Monego <monego@posteo.net> | 2024-05-09 16:47:00 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:28:42 +0000 |
commit | 5c7a77f70c039b76599e287e618f936dd006a5cc (patch) | |
tree | a336938d4d3fe8a6816dcfe5699a8f5eee289fc2 /gnu | |
parent | f7fabe82cbeb72eeff2892d839ffa8ef9eba3633 (diff) | |
download | guix-5c7a77f70c039b76599e287e618f936dd006a5cc.tar.gz guix-5c7a77f70c039b76599e287e618f936dd006a5cc.zip |
gnu: python-jsonargparse: Remove pre-commit from native-inputs.
* gnu/packages/python-xyz.scm (python-jsonargparse)[native-inputs]: Remove
python-pre-commit.
Change-Id: Iac844f4521f985cb07ef407b999dfc7f61605bca
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-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 d8ae0b6d20..e41af7d271 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4831,7 +4831,6 @@ Python.") (native-inputs (list python-attrs python-coverage - python-pre-commit python-pycodestyle python-pydantic python-pytest |