mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -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
|
(list unzip
|
||||||
;; For tests.
|
;; For tests.
|
||||||
graphviz
|
graphviz
|
||||||
|
python-mock
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-pytest-mock))
|
python-pytest-mock))
|
||||||
|
|
Loading…
Reference in a new issue