guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: packages: Fix weechat-wee-slack build.


From: guix-commits
Subject: 08/11: gnu: packages: Fix weechat-wee-slack build.
Date: Fri, 19 May 2023 10:50:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7bc86c7cc72280ba0ca9db636bb5ca76df9d9b1e
Author: Lilah Tascheter <lilah@lunabee.space>
AuthorDate: Thu Apr 27 14:43:17 2023 -0500

    gnu: packages: Fix weechat-wee-slack build.
    
    * gnu/packages/messaging.scm (weechat-wee-slack)[inputs]: Add
      python-mock test dependency.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 4b22bdbd0b..f87dc195bc 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3383,7 +3383,7 @@ Weechat communicate over the Matrix protocol.")
              (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";)



reply via email to

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