Commit 7177a080 authored by Martin Joerg's avatar Martin Joerg
Browse files

python3Packages.wfuzz: drop moot patch

fixes #493740
parent 14fc170c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -37,11 +37,6 @@ buildPythonPackage rec {
    })
  ];

  postPatch = ''
    substituteInPlace setup.py \
      --replace-fail "pyparsing>=2.4*" "pyparsing>=2.4"
  '';

  build-system = [ setuptools ];

  dependencies = [