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 a1626d3c58..b438c86b5c 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -160,7 +160,9 @@ interfaces for other technical domains.") python-mock python-pytest python-pytest-cov - python-pytest-mock)) + python-pytest-mock + python-setuptools + python-wheel)) (home-page "https://github.com/xflr6/graphviz") (synopsis "Simple Python interface for Graphviz") (description |