python3Packages.malduck: fix build

authored by Fabian Affolter and committed by Jonathan Ringer d4d246cb 39db1847

+6
+6
pkgs/development/python-modules/malduck/default.nix
··· 35 35 yara-python 36 36 ]; 37 37 38 + postPatch = '' 39 + substituteInPlace requirements.txt \ 40 + --replace "pefile==2019.4.18" "pefile" 41 + ''; 42 + 38 43 # Project has no tests. They will come with the next release 39 44 doCheck = false; 45 + 40 46 pythonImportsCheck = [ "malduck" ]; 41 47 42 48 meta = with lib; {