Actions
Bug #2705
closedconfigure: Test for PyYAML and disable suricata-update if not installed.
Affected Versions:
Effort:
Difficulty:
Label:
Description
Currently if PyYAML (aka python-yaml) is not installed, suricata-update will get installed but fail to run.
$ suricata-update error: pyyaml is required
Instead, if PyYAML is not installed, disable the installation of suricata-update.
Additionally, add a --disable-suricata-update to prevent its install even if all the dependencies exist.
Actions