python3Packages.python-lsp-server: add missing setuptools dependency

This commit is contained in:
Minijackson 2021-07-16 09:27:18 +02:00 committed by Frederik Rietdijk
parent d874ac6bef
commit 3a1ed5fb8d

View File

@ -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
];