diff --git a/srcpkgs/wfuzz/patches/fix-version-check.patch b/srcpkgs/wfuzz/patches/fix-version-check.patch new file mode 100644 index 00000000000..6f51f3bbcb4 --- /dev/null +++ b/srcpkgs/wfuzz/patches/fix-version-check.patch @@ -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', diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template index 8b4cf9c212c..be2980bfd60 100644 --- a/srcpkgs/wfuzz/template +++ b/srcpkgs/wfuzz/template @@ -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