Commit dda090b1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python314Packages.roadrecon: relax marshmallow

parent 9c351e54
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -25,7 +25,10 @@ buildPythonPackage rec {
    hash = "sha256-fvfwgUqVr74JdL3dteX0UXbALva3vWQWEpotk8QQAiI=";
  };

  pythonRelaxDeps = [ "flask" ];
  pythonRelaxDeps = [
    "marshmallow"
    "flask"
  ];

  build-system = [ setuptools ];