From 43128494edd50e11b802da3634269771dcaf77f3 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 25 May 2020 10:29:19 +0200 Subject: [PATCH] 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 --- bindep.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bindep.txt b/bindep.txt index 5ac6bbb..f1a6f50 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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]