From c468db2e567e17418e4b0e214856056bcfee85a8 Mon Sep 17 00:00:00 2001 From: Tanguy Le Carrour Date: Wed, 5 Jan 2022 11:13:28 +0100 Subject: [PATCH] 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 --- 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 ;;; Copyright © 2019, 2020, 2021 Giacomo Leidi ;;; Copyright © 2019 Wiktor Żelazny -;;; Copyright © 2019, 2020, 2021 Tanguy Le Carrour +;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour ;;; Copyright © 2019, 2021 Mădălin Ionel Patrașcu ;;; Copyright © 2020 Riku Viitanen ;;; Copyright © 2020 Jakub Kądziołka @@ -8893,6 +8893,7 @@ (define-public python-urwidtrees (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}