guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-graphviz: Add native input.


From: guix-commits
Subject: branch core-updates updated: gnu: python-graphviz: Add native input.
Date: Tue, 21 Feb 2023 11:57:03 -0500

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 78a1eee089 gnu: python-graphviz: Add native input.
78a1eee089 is described below

commit 78a1eee08932e4512885f065d13472acc20e5970
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Feb 21 17:55:35 2023 +0100

    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 @@ interfaces for other technical domains.")
      (list unzip
            ;; For tests.
            graphviz
+           python-mock
            python-pytest
            python-pytest-cov
            python-pytest-mock))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]