3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.python-lsp-server: Add undeclared but necessary optional dependency

This is no longer implicitly provided by python3Packages.autopep8, causing tests to fail.
Upstream issue: https://github.com/python-lsp/python-lsp-server/issues/260
This commit is contained in:
Stefan Frijters 2022-11-22 09:50:06 +01:00 committed by Bjørn Forsman
parent 798c76ea13
commit 67a1a34ed6

View file

@ -23,6 +23,7 @@
, rope
, setuptools
, setuptools-scm
, toml
, ujson
, websockets
, whatthepatch
@ -79,6 +80,7 @@ buildPythonPackage rec {
pyflakes
pylint
rope
toml
whatthepatch
yapf
];