diff options
author | Antero Mejr <antero@mailbox.org> | 2023-03-11 13:39:32 +0000 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-03-12 11:04:05 +0100 |
commit | 622b92d93538c9ba90d9cf40cfc396375d3c3c7f (patch) | |
tree | 1b6a309380dad2e19f438e633cba986082bcded1 /gnu | |
parent | 64d69c3f797bcf8911ce3d95c4adf288c4ef0e26 (diff) |
gnu: python-bidict: Remove python-pre-commit.
* gnu/packages/python-xyz.scm (python-bidict)[native-inputs]: Remove
python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
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 7ab6c38c80..853cdd130f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1645,7 +1645,6 @@ etc.") (native-inputs (list python-coverage python-hypothesis - python-pre-commit python-py python-pytest python-pytest-benchmark |