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:
Andreas Enge 2023-02-21 17:55:35 +01:00
parent 35db2444b9
commit 78a1eee089
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -194,6 +194,7 @@ (define-public python-graphviz
(list unzip
;; For tests.
graphviz
python-mock
python-pytest
python-pytest-cov
python-pytest-mock))