python310Packages.wfuzz: Fix illegal version specifier

This commit is contained in:
Martin Weinelt
2023-03-12 19:58:31 +01:00
parent be37eb5744
commit 198c2313aa
@@ -28,6 +28,11 @@ buildPythonPackage rec {
hash = "sha256-RM6QM/iR00ymg0FBUtaWAtxPHIX4u9U/t5N/UT/T6sc=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "pyparsing>=2.4*" "pyparsing>=2.4"
'';
propagatedBuildInputs = [
chardet
pycurl