43128494ed
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
11 lines
450 B
Plaintext
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]
|