summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-04-06 19:18:10 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:36 +0000
commitb59cdd59eba7567f21593e8ab21e595dac7aeff4 (patch)
tree27498a3c8f2830805c13992be43ed65d6c42459c /gnu
parent8863c9064c59264aef215511d76cd23cc5e0dcd9 (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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
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 @@ 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.")