1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: python-pyls-black: Add missing input.

* gnu/packages/python-xyz.scm (python-pyls-black)[propagated-inputs]: Add
python-toml.

Change-Id: Ic6be8927af881916faa715bb4974007bcaf8d379
This commit is contained in:
Ricardo Wurmus
2024-05-09 22:57:54 +02:00
committed by Sharlatan Hellseher
parent 51b57dc03c
commit 421199790e
+1 -1
View File
@@ -3233,7 +3233,7 @@ Unicode-to-LaTeX conversion.")
#:test-flags
'(list "-k" "not test_load_config_target_version")))
(propagated-inputs
(list python-black python-lsp-server python-tomli))
(list python-black python-lsp-server python-toml python-tomli))
(native-inputs
(list python-flake8 python-isort python-mypy python-pytest
python-pytest-runner python-setuptools python-wheel))