Actions
Bug #3113
closed
PM
JI
python-yaml dependency is actually ptyhon3-yaml dependency
Bug #3113:
python-yaml dependency is actually ptyhon3-yaml dependency
Affected Versions:
Effort:
Difficulty:
Label:
Description
While installing Suricata (with suricata-update) from source on a clean Debian/Ubuntu system without having the pkg "python-yaml" present on the OS is triggering the following warning-
checking whether TPACKET_V3 is declared... yes
checking whether SOF_TIMESTAMPING_RAW_HARDWARE is declared... yes
checking for ./suricata-update/setup.py... yes
Warning: suricata-update will not be installed as the
depedency python-yaml is not installed.
Debian/Ubuntu: apt install python-yaml
Fedora: dnf install python-yaml
CentOS/RHEL: yum install python-yaml
But suricata-update is installed only if the package "python3-yaml" is present on the system.
Actions