Adding python-sleekxmpp

Dependency for xmpp notification capability.
This commit is contained in:
2019-11-17 23:24:02 +01:00
parent aafc1cb29c
commit 046f80f865

2
seqs/pyload.sh Executable file → Normal file
View File

@@ -3,7 +3,7 @@ toolName="pyload"
toolUser="${toolName}" toolUser="${toolName}"
toolBranch="stable" toolBranch="stable"
toolDownload="https://github.com/pyload/pyload.git" 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" toolBuildDeps="rar unrar-nonfree"
step_1_info() { echo "Apt sources.list check and update"; } step_1_info() { echo "Apt sources.list check and update"; }