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
This commit is contained in:
Andreas Jaeger 2020-05-25 10:29:19 +02:00
parent 71773f6b8d
commit 43128494ed
1 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
# these are needed to compile Python dependencies from sources
python-dev [platform:dpkg test]
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
python-devel [platform:rpm test]
python3-devel [platform:rpm test]
build-essential [platform:dpkg test]
libssl-dev [platform:dpkg test]
libvirt-dev [platform:dpkg test]
libvirt-devel [platform:rpm test]
pkg-config [test]
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]