the tox jobs now use ubuntu 24.04 by default and some packages that were previously installed implicitly are now not installed by default. specifically the docs jobs need pcre.h to be present to be able to compile some modules. Change-Id: I9491352d1d49a79ab659a9bc537aae2117e5e193
10 lines
335 B
Plaintext
10 lines
335 B
Plaintext
gcc [compile test]
|
|
libc6-dev [compile test platform:dpkg]
|
|
libffi-devel [compile test platform:rpm]
|
|
libffi-dev [compile test platform:dpkg]
|
|
libssl-dev [compile test platform:dpkg]
|
|
python3-dev [compile test platform:dpkg]
|
|
python3-devel [compile test platform:rpm]
|
|
libpcre3-dev [doc test platform:dpkg]
|
|
pcre-devel [platform:rpm doc test]
|