virtualbmc/bindep.txt
Andreas Jaeger 43128494ed Fix doc build failure
libvirt-python needs to be compiled also during doc building, add
"compile" target to bindep which is used for install and doc jobs.

This fixes the doc CI jobs.

Change-Id: I8ec597485db067a919d2455a81b7fe79b83153f7
2020-05-25 10:44:18 +02:00

11 lines
450 B
Plaintext

# these are needed to compile Python dependencies from sources
python-dev [platform:dpkg test compile]
python3-all-dev [platform:dpkg !platform:ubuntu-precise test compile]
python-devel [platform:rpm test compile]
python3-devel [platform:rpm test compile]
build-essential [platform:dpkg test compile]
libssl-dev [platform:dpkg test compile]
libvirt-dev [platform:dpkg test compile]
libvirt-devel [platform:rpm test compile]
pkg-config [compile test]