diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2021-11-18 22:28:32 -0800 |
|---|---|---|
| committer | Jonathan Ringer <jonringer117@gmail.com> | 2021-11-18 22:28:37 -0800 |
| commit | f4e7856085d5eaa920885bfd6a94169dd5999a16 (patch) | |
| tree | 782701c5285a9222bec2f4af6b1af41815795a61 /pkgs/development/python-modules/python-language-server | |
| parent | 8df865561fbc53922f1e801c3deeb53c12ce8c4f (diff) | |
python3Packages.python-language-server: mark as broken
see: https://github.com/palantir/python-language-server/pull/918#issuecomment-817361554
Diffstat (limited to 'pkgs/development/python-modules/python-language-server')
| -rw-r--r-- | pkgs/development/python-modules/python-language-server/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-language-server/default.nix b/pkgs/development/python-modules/python-language-server/default.nix index f022eba58571..e0de396b7c76 100644 --- a/pkgs/development/python-modules/python-language-server/default.nix +++ b/pkgs/development/python-modules/python-language-server/default.nix @@ -36,6 +36,7 @@ buildPythonPackage rec { # Reading the changelog I don't expect an API break in pycodestyle and pyflakes substituteInPlace setup.py \ --replace "pycodestyle>=2.6.0,<2.7.0" "pycodestyle>=2.6.0,<2.8.0" \ + --replace "jedi>=0.17.2,<0.18.0" "jedi>=0.17.2,<0.19.0" \ --replace "pyflakes>=2.2.0,<2.3.0" "pyflakes>=2.2.0,<2.4.0" ''; @@ -85,5 +86,8 @@ buildPythonPackage rec { description = "An implementation of the Language Server Protocol for Python"; license = licenses.mit; maintainers = [ ]; + # no longer maintained + # see https://github.com/palantir/python-language-server/pull/918#issuecomment-817361554 + broken = true; }; } |
