python313Packages.datamodel-code-generator: unbreak with pythonRelaxDeps

This commit is contained in:
Peder Bergebakken Sundt
2025-04-27 03:33:32 +02:00
parent 9530d7b9be
commit 1fa78f6be7
@@ -35,7 +35,10 @@ buildPythonPackage rec {
hash = "sha256-CYNEpQFIWR7i7I7YJ5q/34KNhtQ7cjya97Z0fyeO5g8=";
};
pythonRelaxDeps = [ "inflect" ];
pythonRelaxDeps = [
"inflect"
"isort"
];
build-system = [
poetry-core