Merge pull request #329137 from GaetanLepage/pylsp-rope

This commit is contained in:
Sandro 2024-07-22 15:51:09 +02:00 committed by GitHub
commit 9516b99b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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