emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#53022: closed ([PATCH] gnu: python-urwidtrees: Add python-mock to in


From: GNU bug Tracking System
Subject: bug#53022: closed ([PATCH] gnu: python-urwidtrees: Add python-mock to inputs.)
Date: Wed, 05 Jan 2022 23:12:01 +0000

Your message dated Wed, 5 Jan 2022 18:11:49 -0500
with message-id <YdYltTR8N1WO2Ayh@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@gnu.org.)


-- 
53022: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53022
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-urwidtrees: Add python-mock to inputs. Date: Wed, 5 Jan 2022 10:14:28 +0100
* 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@gmail.com>
 ;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
 ;;; Copyright © 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2019, 2020, 2021 Tanguy Le Carrour <tanguy@bioneland.org>
+;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org>
 ;;; Copyright © 2020 Eric Brown <ecbrown@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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53022] [PATCH v2] gnu: python-urwidtrees: Add python-mock to inputs. Date: Wed, 5 Jan 2022 18:11:49 -0500
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


--- End Message ---

reply via email to

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