diff options
-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)) |