all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63129] [PATCH] gnu: packages: Fix weechat-wee-slack build.
@ 2023-04-27 19:43 Lilah Tascheter via Guix-patches via
  2023-05-19 14:32 ` bug#63129: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Lilah Tascheter via Guix-patches via @ 2023-04-27 19:43 UTC (permalink / raw)
  To: 63129; +Cc: Lilah Tascheter

* gnu/packages/messaging.scm (weechat-wee-slack)[inputs]: Add
  python-mock test dependency.
---
 gnu/packages/messaging.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2fa1c45f98..504f84aa20 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3382,7 +3382,7 @@ (define-public weechat-wee-slack
              (when tests?
                (invoke "pytest")))))))
     (inputs
-     (list python-websocket-client))
+     (list python-mock python-websocket-client))
     (native-inputs
      (list python-pytest))
     (home-page "https://github.com/wee-slack/wee-slack")
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63129: [PATCH] gnu: packages: Fix weechat-wee-slack build.
  2023-04-27 19:43 [bug#63129] [PATCH] gnu: packages: Fix weechat-wee-slack build Lilah Tascheter via Guix-patches via
@ 2023-05-19 14:32 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-05-19 14:32 UTC (permalink / raw)
  To: Lilah Tascheter; +Cc: 63129-done

Hi,

Lilah Tascheter <lilah@lunabee.space> skribis:

> * gnu/packages/messaging.scm (weechat-wee-slack)[inputs]: Add
>   python-mock test dependency.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-19 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27 19:43 [bug#63129] [PATCH] gnu: packages: Fix weechat-wee-slack build Lilah Tascheter via Guix-patches via
2023-05-19 14:32 ` bug#63129: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.