cloudcheck: unbreak, relax build dep (#439880)

This commit is contained in:
Fabian Affolter
2025-09-03 22:50:33 +02:00
committed by GitHub
@@ -24,7 +24,10 @@ buildPythonPackage rec {
hash = "sha256-z2KJ6EaqQLc2oQBZCfKMejPlTdgYGzmDPm/rGLHXCQA=";
};
pythonRelaxDeps = [ "radixtarget" ];
pythonRelaxDeps = [
"radixtarget"
"regex"
];
build-system = [
poetry-core