Skip to content

Commit 744786a

Browse files
wbohrerDuncaen
authored andcommitted
wfuzz: fix for python>=3.13
1 parent 6b54168 commit 744786a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

srcpkgs/wfuzz/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Template file for 'wfuzz'
22
pkgname=wfuzz
33
version=3.1.0
4-
revision=8
4+
revision=9
55
build_style=python3-module
66
hostmakedepends="python3-setuptools"
77
depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
8-
python3-parsing python3-six python3-shodan"
8+
python3-parsing python3-six python3-shodan python3-legacy-cgi"
99
short_desc="Web fuzzer"
1010
maintainer="Andrew Benson <[email protected]>"
1111
license="GPL-2.0-only"

0 commit comments

Comments
 (0)