network/sslstrip: Fix REQUIRES.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-02-08 11:45:30 -05:00 committed by Willy Sudiarto Raharjo
parent 3e4fd81a29
commit b63cb6eada
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="http://www.thoughtcrime.org/software/sslstrip/sslstrip-0.9.tar.gz"
MD5SUM="944020144e4f5528888b3dfbb107dd78"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyOpenSSL python-twisted"
REQUIRES="pyOpenSSL python2-twisted"
MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com"