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:
Lilah Tascheter 2023-04-27 14:43:17 -05:00 committed by Ludovic Courtès
parent 8c302c2e26
commit 7bc86c7cc7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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")