python314Packages.roadrecon: relax marshmallow

This commit is contained in:
Fabian Affolter
2026-01-13 14:13:05 +01:00
parent 9c351e54a4
commit dda090b11a
@@ -25,7 +25,10 @@ buildPythonPackage rec {
hash = "sha256-fvfwgUqVr74JdL3dteX0UXbALva3vWQWEpotk8QQAiI=";
};
pythonRelaxDeps = [ "flask" ];
pythonRelaxDeps = [
"marshmallow"
"flask"
];
build-system = [ setuptools ];