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:
Sean Mooney
2025-04-01 13:11:52 +01:00
parent 454e48d05a
commit 35cc347956

9
bindep.txt Normal file
View 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]