python311Packages.autoit-ripper: remove stale postPatch section

This commit is contained in:
Fabian Affolter 2024-02-24 13:19:15 +01:00
parent 591f9cbebe
commit e50e3a959a

View File

@ -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
];