Add bindep.txt for ubunutu 24.04 support
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
This commit is contained in:
9
bindep.txt
Normal file
9
bindep.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
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]
|
||||
Reference in New Issue
Block a user