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>
This commit is contained in:
Tanguy Le Carrour 2022-01-05 11:13:28 +01:00 committed by Leo Famulari
parent 9765768950
commit c468db2e56
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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 @@ (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}