cloudcheck: unbreak, relax build dep (#439880)
This commit is contained in:
@@ -24,7 +24,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-z2KJ6EaqQLc2oQBZCfKMejPlTdgYGzmDPm/rGLHXCQA=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "radixtarget" ];
|
||||
pythonRelaxDeps = [
|
||||
"radixtarget"
|
||||
"regex"
|
||||
];
|
||||
|
||||
build-system = [
|
||||
poetry-core
|
||||
|
||||
Reference in New Issue
Block a user