diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:51:41 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:51:41 -0500 |
commit | 91bbcb1b87f7d0555518fcf0515a18da67dc8d74 (patch) | |
tree | 00f3117dbbd4c7ecc4ddc638f41aeafb3c4e6133 | |
parent | 2a49d26229386382ec99518f5c9b24997c009311 (diff) | |
download | slackbuilds-91bbcb1b87f7d0555518fcf0515a18da67dc8d74.tar.gz |
network/onionshare: Fixed dep info
-rw-r--r-- | network/onionshare/onionshare.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/onionshare/onionshare.info b/network/onionshare/onionshare.info index 6218a2c976..2603c1c716 100644 --- a/network/onionshare/onionshare.info +++ b/network/onionshare/onionshare.info @@ -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 python3-PyQt5 pysha3" +REQUIRES="tor stem python3-Flask python3-Flask-httpauth python3-pycrypto PySocks pysha3" MAINTAINER="MDrights" EMAIL="psychi2009@gmail.com" |