python313Packages.datamodel-code-generator: unbreak with pythonRelaxDeps
This commit is contained in:
@@ -35,7 +35,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-CYNEpQFIWR7i7I7YJ5q/34KNhtQ7cjya97Z0fyeO5g8=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "inflect" ];
|
||||
pythonRelaxDeps = [
|
||||
"inflect"
|
||||
"isort"
|
||||
];
|
||||
|
||||
build-system = [
|
||||
poetry-core
|
||||
|
||||
Reference in New Issue
Block a user