diff options
Diffstat (limited to 'gnu/packages/graphviz.scm')
-rw-r--r-- | gnu/packages/graphviz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 8ff09fe232..10fde9c943 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -221,7 +221,9 @@ and not test_sphinx_book_text_broken_strict"))) python-isort python-mypy python-pytest - python-pytest-cov)) + python-pytest-cov + python-setuptools + python-wheel)) (propagated-inputs (list python-black python-sphinx-5 python-unidecode (package/inherit python-sphinx-rtd-theme |