From 89a47ee98d2c6ef727e62bcd54b7afdddf218d88 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 25 Jan 2025 15:18:06 +0000 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d995acec3a2bf413823b2813d01edb7eaaee2854..85655cf7532a99d26a36345c13c9d0fdc464f38f 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