mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: python-graphviz: Add native input.
* gnu/packages/graphviz.scm (python-graphviz)[native-inputs]: Add
python-mock.
This partially reverts commit 3d388fe3d0
This commit is contained in:
parent
35db2444b9
commit
78a1eee089
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ (define-public python-graphviz
|
|||
(list unzip
|
||||
;; For tests.
|
||||
graphviz
|
||||
python-mock
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-mock))
|
||||
|
|
Loading…
Reference in a new issue