wfuzz: fix pyparsing version check

This commit is contained in:
Andrew Benson 2023-02-24 19:34:00 -06:00
parent ebc272ed99
commit 2977625e1f
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@
install_requires = [
'pycurl',
'pyparsing<2.4.2;python_version<="3.4"',
- 'pyparsing>=2.4*;python_version>="3.5"',
+ 'pyparsing>=2.4;python_version>="3.5"',
'six',
'configparser;python_version<"3.5"',
'chardet',

View file

@ -1,7 +1,7 @@
# Template file for 'wfuzz'
pkgname=wfuzz
version=3.1.0
revision=3
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-chardet python3-curl python3-future python3-lxml python3-parse