Merge pull request #200259 from kalekseev/fix/python-lsp-server-2

This commit is contained in:
Sandro 2022-11-08 22:21:54 +01:00 committed by GitHub
commit f0901a3bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,6 @@ buildPythonPackage rec {
'';
nativeBuildInputs = [
setuptools
setuptools-scm
];
@ -66,6 +65,7 @@ buildPythonPackage rec {
jedi
pluggy
python-lsp-jsonrpc
setuptools # `pkg_resources`imported in pylsp/config/config.py
ujson
];
@ -142,6 +142,7 @@ buildPythonPackage rec {
pythonImportsCheck = [
"pylsp"
"pylsp.python_lsp"
];
meta = with lib; {