15 buildPythonPackage rec {
21 inherit pname version;
22 hash = "sha256-gCGchc+fShBgt6fVJAx80+QnH+vxWo3jsIyePkFwhYE=";
33 propagatedBuildInputs = [
38 ++ typer.passthru.optional-dependencies.all
39 ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
41 passthru.updateScript = nix-update-script { };
44 description = "A tool to reason about Odoo addons manifests";
45 homepage = "https://github.com/acsone/manifestoo";
46 license = licenses.mit;
47 maintainers = with maintainers; [ yajo ];