From 046f80f8654bf4dfb898a62b5a4bafc705c5a493 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sun, 17 Nov 2019 23:24:02 +0100 Subject: [PATCH] Adding python-sleekxmpp Dependency for xmpp notification capability. --- seqs/pyload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 seqs/pyload.sh diff --git a/seqs/pyload.sh b/seqs/pyload.sh old mode 100755 new mode 100644 index 58b3bc3..138500a --- a/seqs/pyload.sh +++ b/seqs/pyload.sh @@ -3,7 +3,7 @@ toolName="pyload" toolUser="${toolName}" toolBranch="stable" toolDownload="https://github.com/pyload/pyload.git" -toolDeps="git liblept5 python python-crypto python-pycurl python-imaging tesseract-ocr zip unzip python-openssl libmozjs-24-bin" +toolDeps="git liblept5 python python-crypto python-pycurl python-imaging python-sleekxmpp tesseract-ocr zip unzip python-openssl libmozjs-24-bin" toolBuildDeps="rar unrar-nonfree" step_1_info() { echo "Apt sources.list check and update"; }