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