Commit 8e166f7a authored by Willy's avatar Willy
Browse files

nixos/tests/xmpp: add optional dependencies for xep_0363 plugin

parent 0e15667b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,9 +18,11 @@ writeScriptBin "send-message" ''
  #!${
    (python3.withPackages (
      ps:
      with ps;
      [
        ps.slixmpp
        slixmpp
      ]
      ++ slixmpp.optional-dependencies.xep-0363
    )).interpreter
  }
  import logging