summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-06-22 00:31:00 +0200
committerMarius Bakke <marius@gnu.org>2022-06-22 18:24:32 +0200
commiteb3aee6cd0f70a4f36630fd9d4ad38d4e00b4283 (patch)
treee1d8a171977a6b054cbbb4f1a9c0d3c33db55d60
parent49f5c551fbc8cca189ff7f838cf9236e23e50436 (diff)
downloadguix-patches-eb3aee6cd0f70a4f36630fd9d4ad38d4e00b4283.tar
guix-patches-eb3aee6cd0f70a4f36630fd9d4ad38d4e00b4283.tar.gz
gnu: python-lsp-server: Remove unneeded input.
* gnu/packages/python-xyz.scm (python-lsp-server)[propagated-inputs]: Remove PYTHON-CONFIGPARSER.
-rw-r--r--gnu/packages/python-xyz.scm1
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