fixup! pythonPackages.karton-yaramatcher: 1.1.0 -> 1.1.1

Remove yara-python substitution
This commit is contained in:
Hubert Jasudowicz 2021-05-19 19:38:36 +02:00 committed by Jonathan Ringer
parent fd0e397050
commit 159a7e6bf4

View file

@ -22,11 +22,6 @@ buildPythonPackage rec {
yara-python
];
postPatch = ''
substituteInPlace requirements.txt \
--replace "yara-python==4.0.2" "yara-python" \
'';
checkPhase = ''
runHook preCheck
${python.interpreter} -m unittest discover