Unverified Commit 4269caed authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #328410 from GaetanLepage/pylsp-rope

python311Packages.pylsp-rope: minor cosmetic change
parents 966d2e80 ff75c133
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
  ];