python3Packages.robotstatuschecker: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user