Merge pull request #328410 from GaetanLepage/pylsp-rope

python311Packages.pylsp-rope: minor cosmetic change
This commit is contained in:
Gaétan Lepage
2024-07-19 13:57:53 +02:00
committed by GitHub
@@ -4,6 +4,7 @@
pythonOlder,
fetchFromGitHub,
# dependencies
rope,
python-lsp-server,
@@ -25,7 +26,7 @@ buildPythonPackage rec {
hash = "sha256-Mr+mWRvOXoy7+SosMae80o0V1jBMn1dEoGmaR/BGHrc=";
};
propagatedBuildInputs = [
dependencies = [
rope
python-lsp-server
];