mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
python3Packages.python-lsp-server: add missing setuptools dependency
This commit is contained in:
parent
d874ac6bef
commit
3a1ed5fb8d
@ -19,6 +19,7 @@
|
||||
, python-lsp-jsonrpc
|
||||
, pythonOlder
|
||||
, rope
|
||||
, setuptools
|
||||
, ujson
|
||||
, yapf
|
||||
}:
|
||||
@ -47,6 +48,7 @@ buildPythonPackage rec {
|
||||
pylint
|
||||
python-lsp-jsonrpc
|
||||
rope
|
||||
setuptools
|
||||
ujson
|
||||
yapf
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user