GNU bug report logs - #63129
[PATCH] gnu: packages: Fix weechat-wee-slack build.

Previous Next

Package: guix-patches;

Reported by: Lilah Tascheter <lilah <at> lunabee.space>

Date: Thu, 27 Apr 2023 19:44:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Lilah Tascheter <lilah <at> lunabee.space>
Subject: bug#63129: closed (Re: bug#63129: [PATCH] gnu: packages: Fix
 weechat-wee-slack build.)
Date: Fri, 19 May 2023 14:33:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63129: [PATCH] gnu: packages: Fix weechat-wee-slack build.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63129 <at> debbugs.gnu.org.

-- 
63129: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63129
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Lilah Tascheter <lilah <at> lunabee.space>
Cc: 63129-done <at> debbugs.gnu.org
Subject: Re: bug#63129: [PATCH] gnu: packages: Fix weechat-wee-slack build.
Date: Fri, 19 May 2023 16:32:11 +0200
Hi,

Lilah Tascheter <lilah <at> lunabee.space> skribis:

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

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Lilah Tascheter <lilah <at> lunabee.space>
To: guix-patches <at> gnu.org
Cc: Lilah Tascheter <lilah <at> lunabee.space>
Subject: [PATCH] gnu: packages: Fix weechat-wee-slack build.
Date: Thu, 27 Apr 2023 14:43:17 -0500
* 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




This bug report was last modified 2 years and 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.