commitizen: fix build (#400021)

This commit is contained in:
Aleksana
2025-04-19 17:54:59 +08:00
committed by GitHub
@@ -46,6 +46,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"argcomplete"
"decli"
"termcolor"
];
build-system = [ poetry-core ];