python3Packages.robotstatuschecker: fix build

This commit is contained in:
Robert Schütz
2025-09-23 09:07:33 -07:00
parent 95cd511142
commit 2fce023e4a
@@ -20,15 +20,9 @@ buildPythonPackage rec {
hash = "sha256-YyiGd3XSIe+4PEL2l9LYDGH3lt1iRAAJflcBGYXaBzY=";
};
postPatch = ''
# https://github.com/robotframework/statuschecker/issues/46
substituteInPlace test/tests.robot \
--replace-fail BuiltIn.Log Log
'';
build-system = [ setuptools ];
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [ robotframework ];
dependencies = [ robotframework ];
checkPhase = ''
runHook preCheck