guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-urwidtrees: Build with python-mock.


From: guix-commits
Subject: branch master updated: gnu: python-urwidtrees: Build with python-mock.
Date: Wed, 05 Jan 2022 18:11:16 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c468db2e56 gnu: python-urwidtrees: Build with python-mock.
c468db2e56 is described below

commit c468db2e567e17418e4b0e214856056bcfee85a8
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Wed Jan 5 11:13:28 2022 +0100

    gnu: python-urwidtrees: Build with python-mock.
    
    This fixes a build failure in the 'sanity-check' phase.
    
    * gnu/packages/python-xyz.scm (python-urwidtrees)[native-inputs]: Add
    python-mock.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e04b4f973f..fff2f06835 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -65,7 +65,7 @@
 ;;; Copyright © 2019 Jacob MacDonald <jaccarmac@gmail.com>
 ;;; Copyright © 2019, 2020, 2021 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
-;;; Copyright © 2019, 2020, 2021 Tanguy Le Carrour <tanguy@bioneland.org>
+;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2019, 2021 Mădălin Ionel Patrașcu 
<madalinionel.patrascu@mdc-berlin.de>
 ;;; Copyright © 2020 Riku Viitanen <riku.viitanen@protonmail.com>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
@@ -8893,6 +8893,7 @@ distance between two or more sequences by many 
algorithms.")
     (arguments
      '(#:tests? #f)) ; no tests
     (propagated-inputs (list python-urwid))
+    (native-inputs (list python-mock))
     (home-page "https://github.com/pazz/urwidtrees";)
     (synopsis "Tree widgets for urwid")
     (description "Urwidtrees is a Widget Container API for the @code{urwid}



reply via email to

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