mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-24 03:00:35 +02:00
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>
This commit is contained in:
committed by
Ludovic Courtès
parent
8c302c2e26
commit
7bc86c7cc7
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user