mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: python-pyls-black: Add missing inputs.
* gnu/packages/python-xyz.scm (python-pyls-black)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia5f321544d3789ba53bb6e8dc6dbea2350099348
This commit is contained in:
parent
8863c9064c
commit
b59cdd59eb
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue