Unverified Commit 267367cc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #328131 from dotlambda/vunnel

vunnel: fix build
parents 04c6ac7a 0ccd244a
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