From d6b11898a2519bd493ce15725dcf5c1da6f30330 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Mon, 19 Apr 2021 21:57:06 +0200 Subject: [PATCH] Update for debian dependencies --- seqs/pyload.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seqs/pyload.sh b/seqs/pyload.sh index b3555d9..6c1d150 100755 --- a/seqs/pyload.sh +++ b/seqs/pyload.sh @@ -3,7 +3,8 @@ toolName="pyload" toolBranch="stable" toolDownload="https://github.com/pyload/pyload.git" toolDeps="git liblept5 python python-crypto python-pycurl python-imaging python-sleekxmpp tesseract-ocr zip unzip python-openssl libmozjs-24-bin" -toolDepsDebian="sudo git python-cryptodome python-pycurl python-pil python-sleekxmpp tesseract-ocr zip unzip pyhton-openssl libmozjs-60-dev" +# python-cryptography shall be implemented in future releases and replace pyhton-crypto +toolDepsDebian="sudo git python-crypto python-pycurl python-pil python-sleekxmpp tesseract-ocr zip unzip pyhton-openssl libmozjs-60-dev" toolBuildDeps="rar unrar-nonfree" # Get script working directory