mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
1a781c2271
commit
89a47ee98d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue