10 buildPythonPackage rec {
11 pname = "oelint-parser";
13 format = "setuptools";
17 pname = "oelint_parser";
18 hash = "sha256-MvLHi0/tMkWBARyIVm/cuMbS2euK37xvQUbkmOrUyVU=";
21 buildInputs = [ pip ];
22 propagatedBuildInputs = [
26 pythonImportsCheck = [ "oelint_parser" ];
28 # Fail to run inside the code the build.
31 passthru.updateScript = nix-update-script { };
34 description = "Alternative parser for bitbake recipes";
35 homepage = "https://github.com/priv-kweihmann/oelint-parser";
36 changelog = "https://github.com/priv-kweihmann/oelint-parser/releases/tag/${version}";
37 license = licenses.bsd2;
38 maintainers = with maintainers; [ otavio ];