diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1e6b856816..812d1bbf72 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3188,7 +3188,7 @@ (define-public python-pyls-black (list python-black python-lsp-server python-tomli)) (native-inputs (list python-flake8 python-isort python-mypy python-pytest - python-pytest-runner)) + python-pytest-runner python-setuptools python-wheel)) (home-page "https://github.com/rupert/pyls-black") (synopsis "Black plugin for the Python Language Server") (description "Black plugin for the Python Language Server.")