suricata: resolve runtimme dependency

python pyyaml package added to resolve runtime dependency of
suricata-update

Signed-off-by: Ganga Ram <Ganga.Ram@tii.ae>
This commit is contained in:
Ganga Ram 2024-05-04 09:13:41 +04:00
parent a05b336245
commit 3c5119e3b4

View File

@ -49,6 +49,10 @@ stdenv.mkDerivation rec {
++ lib.optionals rustSupport [ rustc cargo ]
;
propagatedBuildInputs = with python.pkgs; [
pyyaml
];
buildInputs = [
elfutils
jansson