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
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3233,7 +3233,7 @@ Unicode-to-LaTeX conversion.")
#:test-flags #:test-flags
'(list "-k" "not test_load_config_target_version"))) '(list "-k" "not test_load_config_target_version")))
(propagated-inputs (propagated-inputs
(list python-black python-lsp-server python-tomli)) (list python-black python-lsp-server python-toml python-tomli))
(native-inputs (native-inputs
(list python-flake8 python-isort python-mypy python-pytest (list python-flake8 python-isort python-mypy python-pytest
python-pytest-runner python-setuptools python-wheel)) python-pytest-runner python-setuptools python-wheel))