python311Packages.pylsp-rope: add missing setuptools build dependency
This commit is contained in:
parent
00b9fc64d8
commit
07a6fb712d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user