10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-zyfgsHzIoz4lnqANe63b2oqgD/oxBbTbJYEedfSHWQ8=";
20 nativeBuildInputs = [ setuptools-scm ];
22 propagatedBuildInputs = [ click ];
24 passthru.updateScript = nix-update-script { };
27 description = "Odoo scripting helper library";
28 mainProgram = "click-odoo";
29 homepage = "https://github.com/acsone/click-odoo";
30 license = licenses.lgpl3Only;
31 maintainers = with maintainers; [ yajo ];