network/sslstrip: Change dependency

...as python-twisted-web2 is non-functional anymore

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2017-05-29 07:58:58 +02:00 committed by Willy Sudiarto Raharjo
parent e875a6e838
commit 618f24eb17
No known key found for this signature in database
GPG key ID: 887B8374D7333381

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-web2"
REQUIRES="pyOpenSSL python-twisted"
MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com"