mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
51b57dc03c
commit
421199790e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue