diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-12 22:50:27 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-13 19:24:34 +0200 |
commit | c87700e691b80b2a6c6b231e426dec0d43face50 (patch) | |
tree | 1971f44ad4a506be743208d29c263f1dd9916087 /gnu | |
parent | 945fdf8cf0dbcc435f1b47373ac47953e83736eb (diff) | |
download | guix-c87700e691b80b2a6c6b231e426dec0d43face50.tar.gz |
gnu: python-pre-commit: Remove unnecessary dependency.
* gnu/packages/python-xyz.scm (python-pre-commit)[propagated-inputs]: Remove PYTHON-IMPORTLIB-RESOURCES, which is part of the stdlib nowadays.
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 dd07f55e09..42e2b00d48 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23373,7 +23373,6 @@ Features: (list python-cfgv python-identify python-importlib-metadata - python-importlib-resources python-nodeenv python-pyyaml python-toml |