diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b1d57a0215..8da5288ca0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1426,7 +1426,8 @@ Markdown. All extensions are found under the module namespace of pymdownx.") " and not test_load_definitions_stage_2")))) (native-inputs (list python-pytest python-pytest-benchmark python-pytest-cov - python-pytest-mpl python-pytest-subtests)) + python-pytest-mpl python-pytest-subtests + python-setuptools-scm)) (propagated-inputs (list python-typing-extensions python-uncertainties)) |