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:
parent
a05b336245
commit
3c5119e3b4
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ stdenv.mkDerivation rec {
|
|||
++ lib.optionals rustSupport [ rustc cargo ]
|
||||
;
|
||||
|
||||
propagatedBuildInputs = with python.pkgs; [
|
||||
pyyaml
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
elfutils
|
||||
jansson
|
||||
|
|
Loading…
Reference in a new issue