Unverified Commit 50afe2d9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

cloudcheck: unbreak, relax build dep (#439880)

parents 46f6ca19 b74104ba
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -24,7 +24,10 @@ buildPythonPackage rec {
    hash = "sha256-z2KJ6EaqQLc2oQBZCfKMejPlTdgYGzmDPm/rGLHXCQA=";
  };

  pythonRelaxDeps = [ "radixtarget" ];
  pythonRelaxDeps = [
    "radixtarget"
    "regex"
  ];

  build-system = [
    poetry-core