diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 10:17:25 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 10:17:25 +0000 |
commit | 779746c3561d7aa9e4dd8a23760e6f7207749766 (patch) | |
tree | 0d8d8f2dce294167f037d95177e7497d98d269de /community | |
parent | 86351893b3dc2033ad5abc3edc20335bde3ea756 (diff) | |
download | aports-779746c3561d7aa9e4dd8a23760e6f7207749766.tar.bz2 aports-779746c3561d7aa9e4dd8a23760e6f7207749766.tar.xz |
community/sslstrip: fixed wrong dependency name
Diffstat (limited to 'community')
-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 84d1f7fb19..0c45efdd1c 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 py2-twisted py2-six py2-enum34 py2-cffi +depends="py2-openssl py-twisted py2-six py2-enum34 py2-cffi py2-service_identity py2-cryptography" makedepends="python2-dev" install="" |