From 7f651a9c447cd5fb3dfa6c3c25be4116ceec4e62 Mon Sep 17 00:00:00 2001 From: Konstantin Alekseev Date: Tue, 8 Nov 2022 22:42:02 +0200 Subject: [PATCH] python3Packages.python-lsp-server: add missing setuptools --- pkgs/development/python-modules/python-lsp-server/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/python-lsp-server/default.nix b/pkgs/development/python-modules/python-lsp-server/default.nix index f9bddb009dc8..ec65059f54df 100644 --- a/pkgs/development/python-modules/python-lsp-server/default.nix +++ b/pkgs/development/python-modules/python-lsp-server/default.nix @@ -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; {