added protobuf-compiler to install emane task
This commit is contained in:
parent
897ecc6d35
commit
495fbe5632
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -309,7 +309,7 @@ def install_emane(c, verbose=False):
|
|||
elif os_info.like == OsLike.REDHAT:
|
||||
c.run(
|
||||
"sudo yum install -y autoconf automake git libtool libxml2-devel "
|
||||
"libpcap-devel pcre-devel libuuid-devel make gcc-c++ "
|
||||
"libpcap-devel pcre-devel libuuid-devel make gcc-c++ protobuf-compiler "
|
||||
"python3-setuptools",
|
||||
hide=hide,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue