Commit 2fce023e authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.robotstatuschecker: fix build

parent 95cd5111
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -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
  '';

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [ robotframework ];
  dependencies = [ robotframework ];

  checkPhase = ''
    runHook preCheck