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