mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
python3Packages.python-lsp-server: add missing setuptools
This commit is contained in:
parent
83be3a653f
commit
7f651a9c44
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user