~ruther/guix-local

421199790e696a9d23241fd1c5e33ec1cffea20d — Ricardo Wurmus 2 years ago 51b57dc
gnu: python-pyls-black: Add missing input.

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

Change-Id: Ic6be8927af881916faa715bb4974007bcaf8d379
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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))