python3Packages.wfuzz: drop moot patch

fixes #493740
This commit is contained in:
Martin Joerg
2026-03-02 08:50:27 +00:00
parent 14fc170c39
commit 7177a0807c
@@ -37,11 +37,6 @@ buildPythonPackage rec {
})
];
postPatch = ''
substituteInPlace setup.py \
--replace-fail "pyparsing>=2.4*" "pyparsing>=2.4"
'';
build-system = [ setuptools ];
dependencies = [