Commit e0ed66ab authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files

cmake-language-server: relax pygls version constraint

parent 1d96cb71
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, buildPythonApplication
, fetchFromGitHub
, poetry-core
, pythonRelaxDepsHook
, cmake-format
, pygls
, cmake
@@ -26,8 +27,13 @@ buildPythonApplication rec {
    ./disable-test-timeouts.patch
  ];

  pythonRelaxDeps = [
    "pygls"
  ];

  nativeBuildInputs = [
    poetry-core
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = [