python311Packages.pylsp-rope: add missing setuptools build dependency

This commit is contained in:
Gaetan Lepage 2024-07-22 13:45:17 +02:00
parent 00b9fc64d8
commit 07a6fb712d

View File

@ -4,6 +4,9 @@
pythonOlder,
fetchFromGitHub,
# build-system
setuptools,
# dependencies
rope,
python-lsp-server,
@ -26,6 +29,10 @@ buildPythonPackage rec {
hash = "sha256-Mr+mWRvOXoy7+SosMae80o0V1jBMn1dEoGmaR/BGHrc=";
};
build-system = [
setuptools
];
dependencies = [
rope
python-lsp-server