From 93d03e99f4df4b98fc4c111b82175face649e966 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 23 Jul 2021 15:35:31 +0200 Subject: dev-python/python-lsp-server: introduce all-plugins USE flag Spyder requires all optional plugins for pylsp to be installed. Previously we handled this in the spyder ebuild. However, different versions of pylsp can be (in)compatible with different versions of these plugins. Which means that we run into problems with spyder if the version dependecny information for version X is recorded in the spyder ebuild, but version Y of pylsp is installed. The obvious solution is to record these dependencies in the pylsp ebuild instead, however to not pull in *everything* unconditionally we also introduce the USE flag. Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --force Signed-off-by: Andrew Ammerlaan --- dev-python/python-lsp-server/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-python/python-lsp-server/metadata.xml') diff --git a/dev-python/python-lsp-server/metadata.xml b/dev-python/python-lsp-server/metadata.xml index d18c2963a96b..bad826ef127c 100644 --- a/dev-python/python-lsp-server/metadata.xml +++ b/dev-python/python-lsp-server/metadata.xml @@ -13,4 +13,7 @@ python-lsp-server + + Pull in all optional plugins + -- cgit v1.2.3