GNU bug report logs -
#53022
[PATCH] gnu: python-urwidtrees: Add python-mock to inputs.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 5 Jan 2022 18:11:49 -0500
with message-id <YdYltTR8N1WO2Ayh <at> jasmine.lan>
and subject line Re: [bug#53022] [PATCH v2] gnu: python-urwidtrees: Add python-mock to inputs.
has caused the debbugs.gnu.org bug report #53022,
regarding [PATCH] gnu: python-urwidtrees: Add python-mock to inputs.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
53022: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53022
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/python-xyz.scm (python-urwidtrees)[native-inputs]: Add
python-mock.
---
gnu/packages/mail.scm | 2 +-
gnu/packages/python-xyz.scm | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d5894e4d6e..1b4002abcc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -28,7 +28,7 @@
;;; Copyright © 2018 Alex Vong <alexvong1995 <at> gmail.com>
;;; Copyright © 2018 Gábor Boskovits <boskovits <at> gmail.com>
;;; Copyright © 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado <at> elephly.net>
-;;; Copyright © 2019, 2020, 2021 Tanguy Le Carrour <tanguy <at> bioneland.org>
+;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour <tanguy <at> bioneland.org>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
;;; Copyright © 2020 Justus Winter <justus <at> sequoia-pgp.org>
;;; Copyright © 2020 Eric Brown <ecbrown <at> ericcbrown.com>
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e04b4f973f..727f4dac70 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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}
--
2.34.0
[Message part 3 (message/rfc822, inline)]
On Wed, Jan 05, 2022 at 11:13:28AM +0100, Tanguy Le Carrour wrote:
> * gnu/packages/python-xyz.scm (python-urwidtrees)[native-inputs]: Add
> python-mock.
Thanks! I explained the rationale for the change in the commit message
and pushed as c468db2e567e17418e4b0e214856056bcfee85a8
This bug report was last modified 3 years and 132 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.