From 67a1a34ed67bcf082c46bd03524c601b2f580330 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 22 Nov 2022 09:50:06 +0100 Subject: [PATCH] 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 --- pkgs/development/python-modules/python-lsp-server/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/python-lsp-server/default.nix b/pkgs/development/python-modules/python-lsp-server/default.nix index ec65059f54df..4c9cf5003cce 100644 --- a/pkgs/development/python-modules/python-lsp-server/default.nix +++ b/pkgs/development/python-modules/python-lsp-server/default.nix @@ -23,6 +23,7 @@ , rope , setuptools , setuptools-scm +, toml , ujson , websockets , whatthepatch @@ -79,6 +80,7 @@ buildPythonPackage rec { pyflakes pylint rope + toml whatthepatch yapf ];