Bug #2705
Updated by Victor Julien about 6 years ago
Currently if PyYAML (aka python-yaml) is not installed, suricata-update will get installed but fail to run. fun. <pre> $ suricata-update error: pyyaml is required </pre> 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.