wfuzz: add python3-shodan

This commit is contained in:
Alex Childs 2019-06-27 12:17:58 -05:00 committed by Helmut Pozimski
parent 2284bdcef3
commit fcffe856dd

View file

@ -1,13 +1,13 @@
# Template file for 'wfuzz' # Template file for 'wfuzz'
pkgname=wfuzz pkgname=wfuzz
version=2.4 version=2.4
revision=1 revision=2
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
pycompile_module="wfuzz" pycompile_module="wfuzz"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-chardet python3-curl python3-future python3-lxml python3-parse depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
python3-parsing python3-six" python3-parsing python3-six python3-shodan"
short_desc="Web fuzzer" short_desc="Web fuzzer"
maintainer="Andrew Benson <abenson+void@gmail.com>" maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-only" license="GPL-2.0-only"