python3Packages.python-lsp-server: add missing setuptools

This commit is contained in:
Konstantin Alekseev 2022-11-08 22:42:02 +02:00
parent 83be3a653f
commit 7f651a9c44

View File

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