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-23 10:04:28 +01:00
committed by Bjørn Forsman
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
];