diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-22 00:31:00 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-22 18:24:32 +0200 |
commit | eb3aee6cd0f70a4f36630fd9d4ad38d4e00b4283 (patch) | |
tree | e1d8a171977a6b054cbbb4f1a9c0d3c33db55d60 /gnu | |
parent | 49f5c551fbc8cca189ff7f838cf9236e23e50436 (diff) | |
download | guix-eb3aee6cd0f70a4f36630fd9d4ad38d4e00b4283.tar guix-eb3aee6cd0f70a4f36630fd9d4ad38d4e00b4283.tar.gz |
gnu: python-lsp-server: Remove unneeded input.
* gnu/packages/python-xyz.scm (python-lsp-server)[propagated-inputs]: Remove
PYTHON-CONFIGPARSER.
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 194b342ee6..948c007ae2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5132,7 +5132,6 @@ Server (PLS).") "not test_pyqt_completion")))))) (propagated-inputs (list python-autopep8 - python-configparser python-pydocstyle python-flake8 python-future |