~ruther/guix-local

89a47ee98d2c6ef727e62bcd54b7afdddf218d88 — Sharlatan Hellseher 1 year, 5 months ago 1a781c2
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
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -2
@@ 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