errbot: remove pyside dependency

This commit is contained in:
Tristan Helmich
2016-11-29 21:14:23 +01:00
committed by Robin Gloster
parent c999094715
commit 6b9ca4599e

View File

@@ -23,7 +23,7 @@ pythonPackages.buildPythonApplication rec {
webtest bottle threadpool rocket-errbot requests jinja2
pyopenssl colorlog Yapsy markdown ansi pygments dns pep8
daemonize pygments-markdown-lexer telegram irc slackclient
pyside sleekxmpp hypchat pytest
sleekxmpp hypchat pytest
];
meta = with stdenv.lib; {