diff options
author | Mickaël Thomas | 2018-01-15 16:37:34 +0100 |
---|---|---|
committer | Mickaël Thomas | 2018-01-15 16:37:34 +0100 |
commit | d7d45a3a7f48ad2eafd2fbd19554adcfa3529321 (patch) | |
tree | f42ee0bb29d67875df6eabacb3c17b7d25e6bd5c /.SRCINFO | |
parent | 04096177ad0798439e0a153226383a00891a0fd8 (diff) | |
download | packages-d7d45a3a7f48ad2eafd2fbd19554adcfa3529321.tar.gz packages-d7d45a3a7f48ad2eafd2fbd19554adcfa3529321.tar.bz2 packages-d7d45a3a7f48ad2eafd2fbd19554adcfa3529321.zip |
Forgot setuptools (again)
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ | |||
1 | pkgbase = wapiti | 1 | pkgbase = wapiti |
2 | pkgdesc = A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections... | 2 | pkgdesc = A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections... |
3 | pkgver = 3.0.0 | 3 | pkgver = 3.0.0 |
4 | pkgrel = 1 | 4 | pkgrel = 2 |
5 | url = http://wapiti.sourceforge.net/ | 5 | url = http://wapiti.sourceforge.net/ |
6 | arch = any | 6 | arch = any |
7 | license = GPL | 7 | license = GPL |
8 | depends = python | 8 | depends = python |
9 | depends = python-setuptools | ||
9 | depends = python-requests | 10 | depends = python-requests |
10 | depends = python-beautifulsoup4 | 11 | depends = python-beautifulsoup4 |
11 | depends = python-lxml | 12 | depends = python-lxml |