Commit e50e3a95 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.autoit-ripper: remove stale postPatch section

parent 591f9cbe
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -18,11 +18,6 @@ buildPythonPackage rec {
    hash = "sha256-+BHWDkeVewoRUgaHln5TyoajpCvJiowCiC2dFYyp1MA=";
  };

  postPatch = ''
    substituteInPlace requirements.txt \
      --replace-fail "pefile==2019.4.18" "pefile>=2019.4.18"
  '';

  nativeBuildInputs = [
    setuptools
  ];