From 78a1eee08932e4512885f065d13472acc20e5970 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Tue, 21 Feb 2023 17:55:35 +0100 Subject: [PATCH] gnu: python-graphviz: Add native input. * gnu/packages/graphviz.scm (python-graphviz)[native-inputs]: Add python-mock. This partially reverts commit 3d388fe3d0475f2e991ae061cc1364529a97af42 --- gnu/packages/graphviz.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 34aa1dc470..dd5d2de87b 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -194,6 +194,7 @@ (define-public python-graphviz (list unzip ;; For tests. graphviz + python-mock python-pytest python-pytest-cov python-pytest-mock))