summary refs log tree commit diff
path: root/pkgs/applications/networking/errbot
diff options
context:
space:
mode:
authorTristan Helmich <tristan.helmich@gmail.com>2016-11-29 21:14:23 +0100
committerRobin Gloster <mail@glob.in>2017-08-30 21:25:56 +0200
commit6b9ca4599e72c6f820ca46237fd11514707e2bd9 (patch)
treeeaabeff34f79a32d1877e9775d639f7b1a044567 /pkgs/applications/networking/errbot
parentc9990947150fa9f7a1bd1809192bb27e5666202c (diff)
downloadnixpkgs-6b9ca4599e72c6f820ca46237fd11514707e2bd9.tar
nixpkgs-6b9ca4599e72c6f820ca46237fd11514707e2bd9.tar.gz
nixpkgs-6b9ca4599e72c6f820ca46237fd11514707e2bd9.tar.bz2
nixpkgs-6b9ca4599e72c6f820ca46237fd11514707e2bd9.tar.lz
nixpkgs-6b9ca4599e72c6f820ca46237fd11514707e2bd9.tar.xz
nixpkgs-6b9ca4599e72c6f820ca46237fd11514707e2bd9.tar.zst
nixpkgs-6b9ca4599e72c6f820ca46237fd11514707e2bd9.zip
errbot: remove pyside dependency
Diffstat (limited to 'pkgs/applications/networking/errbot')
-rw-r--r--pkgs/applications/networking/errbot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/errbot/default.nix b/pkgs/applications/networking/errbot/default.nix
index 8af502660ee..5a561d5e10a 100644
--- a/pkgs/applications/networking/errbot/default.nix
+++ b/pkgs/applications/networking/errbot/default.nix
@@ -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; {