diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-09 22:57:54 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 23:53:11 +0100 |
commit | a5b91153f428f597cc1e283a71e0543f37282b07 (patch) | |
tree | 7764d96f7da9ff1d88d5534e2163798e7d4dc3fb | |
parent | caf48e3afc09c26f2d65e67d837dc4a3db2daf0b (diff) |
gnu: python-pyls-black: Add missing input.
* gnu/packages/python-xyz.scm (python-pyls-black)[propagated-inputs]: Add
python-toml.
Change-Id: Ic6be8927af881916faa715bb4974007bcaf8d379
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index faf925d5e4..f315739725 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3183,7 +3183,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)) |