7 python3.pkgs.buildPythonApplication rec {
10 format = "setuptools";
15 hash = "sha256-tR4CB4i91XHoyFtZH1LsDxVI791v0LCtvCd28Ahlxlc=";
18 propagatedBuildInputs = with python3.pkgs; [
25 pythonRelaxDeps = [ "urllib3" ];
26 pythonImportsCheck = [ "oelint_adv" ];
28 # Fail to run inside the code the build.
31 passthru.updateScript = nix-update-script { };
34 description = "Advanced bitbake-recipe linter";
35 homepage = "https://github.com/priv-kweihmann/oelint-adv";
36 changelog = "https://github.com/priv-kweihmann/oelint-adv/releases/tag/v${version}";
37 license = licenses.bsd2;
38 maintainers = with maintainers; [ otavio ];