···35 yara-python
36 ];
370000038 # Project has no tests. They will come with the next release
39 doCheck = false;
040 pythonImportsCheck = [ "malduck" ];
4142 meta = with lib; {
···35 yara-python
36 ];
3738+ postPatch = ''
39+ substituteInPlace requirements.txt \
40+ --replace "pefile==2019.4.18" "pefile"
41+ '';
42+43 # Project has no tests. They will come with the next release
44 doCheck = false;
45+46 pythonImportsCheck = [ "malduck" ];
4748 meta = with lib; {