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:
parent
798c76ea13
commit
67a1a34ed6
|
@ -23,6 +23,7 @@
|
|||
, rope
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, toml
|
||||
, ujson
|
||||
, websockets
|
||||
, whatthepatch
|
||||
|
@ -79,6 +80,7 @@ buildPythonPackage rec {
|
|||
pyflakes
|
||||
pylint
|
||||
rope
|
||||
toml
|
||||
whatthepatch
|
||||
yapf
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue