diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-25 15:18:06 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:09 +0200 |
| commit | 89a47ee98d2c6ef727e62bcd54b7afdddf218d88 (patch) | |
| tree | baa52e172c654906ceaea6f1688df09704bf7027 /gnu/packages/python-xyz.scm | |
| parent | 1a781c2271f595d251fb1fef52177369afd6e94b (diff) | |
gnu: python-objgraph: Adjust inputs.
* gnu/packages/python-xyz.scm (python-objgraph)
[propagated-inputs]: Remove graphviz; add python-graphviz.
[native-inputs]: Add graphviz.
Change-Id: I6ee63b68be75354ac649e3736dd1d55b60809e91
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -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 |
