diff options
Diffstat (limited to 'community/sslstrip/APKBUILD')
-rw-r--r-- | community/sslstrip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sslstrip/APKBUILD b/community/sslstrip/APKBUILD index 92f465eaa0..9ebe0a5926 100644 --- a/community/sslstrip/APKBUILD +++ b/community/sslstrip/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Python tool to hijack HTTPS connections during a MITM attack" url="http://www.thoughtcrime.org/software/sslstrip/" arch="noarch" license="GPL3" -depends="py2-openssl py-twisted py2-six py-enum34 py2-cffi +depends="py2-openssl py-twisted py2-six py-enum34 py2-cffi py2-service_identity py2-cryptography" makedepends="python2-dev" install="" |