network/onionshare: Change to Flask.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-05-27 07:46:45 +07:00
parent 56ca202ee6
commit 52a32a56a7
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/micahflee/onionshare/archive/v2.2/onionshare-2.2.ta
MD5SUM="3ff52742b7e6809b9646605e10b25562"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="tor stem python3-Flask python3-Flask-httpauth python3-pycrypto PySocks pysha3"
REQUIRES="tor stem python3-Flask-httpauth python3-pycrypto PySocks pysha3"
MAINTAINER="MDrights"
EMAIL="psychi2009@gmail.com"