diff options
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d995acec3a..85655cf753 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22653,11 +22653,12 @@ are synchronized with data exchanges on \"channels\".") ;; [], [], [], [], [], [], [], ... "-k" "not test_at_addrs"))) (native-inputs - (list python-pytest + (list graphviz + python-pytest python-setuptools python-wheel)) (propagated-inputs - (list graphviz)) + (list python-graphviz)) (home-page "https://mg.pov.lt/objgraph/") (synopsis "Draw Python object reference graphs with graphviz") (description |
