Unverified Commit 1b7a8f9e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #291125 from fabaff/autoit-ripper-fix

python311Packages.autoit-ripper: remove stale postPatch section
parents c1c33f51 e50e3a95
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
  ];