From a3b6676e90a45711767dc1863dd8924726f6148d Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Sat, 20 Jan 2024 17:01:38 +0100 Subject: [PATCH] chore(deps): relax python runtime dependency checking for lief. --- nix/unblob/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/unblob/default.nix b/nix/unblob/default.nix index 0be6c88360..cd2055cdef 100644 --- a/nix/unblob/default.nix +++ b/nix/unblob/default.nix @@ -107,6 +107,7 @@ let pythonRelaxDeps = [ "dissect.cstruct" + "lief" "structlog" ];