diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |