Commit 0ccd244a authored by Robert Schütz's avatar Robert Schütz
Browse files

vunnel: fix build

parent 1c1fb7c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@ python3.pkgs.buildPythonApplication rec {
  };

  pythonRelaxDeps = [
    "defusedxml"
    "ijson"
    "sqlalchemy"
  ];


  build-system = with python3.pkgs; [
    poetry-core
    poetry-dynamic-versioning