diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-06 19:18:10 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:20:56 +0200 |
commit | 7b0b09a5182334beba87b0720921b7860300a099 (patch) | |
tree | 9bb4d1bfd36fe66eb023e1dd016bec001be38c2e | |
parent | 23929e8a2deb74d9b7af923b21ff5d503cacdeaf (diff) |
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
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c82a98c780..1d17239ad8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3023,7 +3023,7 @@ Unicode-to-LaTeX conversion.") (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.") |