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:
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")
|
||||
|
Loading…
Reference in New Issue
Block a user