From 789a78c3239b466f19d3d04c7d6dec003d707837 Mon Sep 17 00:00:00 2001 From: Rainer Hurling Date: Tue, 23 May 2023 20:38:08 +0200 Subject: textproc/py-python-lsp-server: Loose version of dependency Allow older version of dependency yapf to make devel/spyder work: pkg_resources.ContextualVersionConflict: (yapf 0.32.0 (/usr/local/lib/python3.9/site-packages), Requirement.parse('yapf>=0.33.0; extra == "all"'), {'python-lsp-server'}) MFH: 2023Q2 --- textproc/py-python-lsp-server/files/patch-pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'textproc/py-python-lsp-server/files') diff --git a/textproc/py-python-lsp-server/files/patch-pyproject.toml b/textproc/py-python-lsp-server/files/patch-pyproject.toml index 12616c1b0d1a..0167777c29b4 100644 --- a/textproc/py-python-lsp-server/files/patch-pyproject.toml +++ b/textproc/py-python-lsp-server/files/patch-pyproject.toml @@ -19,7 +19,8 @@ + "pyflakes>=2.5.0", + "pylint>=2.5.0", "rope>1.2.0", - "yapf>=0.33.0", +- "yapf>=0.33.0", ++ "yapf>=0.32.0", "whatthepatch>=1.0.2,<2.0.0" ] -autopep8 = ["autopep8>=1.6.0,<2.1.0"] @@ -38,7 +39,7 @@ +pylint = ["pylint>=2.5.0"] rope = ["rope>1.2.0"] -yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0"] -+yapf = ["yapf>=0.33.0", "whatthepatch>=1.0.2"] ++yapf = ["yapf>=0.32.0", "whatthepatch>=1.0.2"] websockets = ["websockets>=10.3"] test = [ - "pylint>=2.5.0,<3", -- cgit v1.2.3