diff mbox series

[OSSTEST] ts-xen-build-prep: Install python3-docutils

Message ID 20191205171649.10614-1-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show
Series [OSSTEST] ts-xen-build-prep: Install python3-docutils | expand

Commit Message

Ian Jackson Dec. 5, 2019, 5:16 p.m. UTC
This is the package (or, one of the packages) containing rst2html.
This is now needed for builds of libvirt upstream.

Really this packages install call should be ts-libvirt-build, but:
Historically we have done it all in ts-xen-build-prep.  In the
meantime we have put a lock around the call to the package manager,
but this has only been lightly tested.  At this stage of the Xen
release we would rather be cautious.

CC: Juergen Gross <jgross@suse.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 ts-xen-build-prep | 1 +
 1 file changed, 1 insertion(+)

Comments

Jürgen Groß Dec. 7, 2019, 5:59 a.m. UTC | #1
On 05.12.19 18:16, Ian Jackson wrote:
> This is the package (or, one of the packages) containing rst2html.
> This is now needed for builds of libvirt upstream.
> 
> Really this packages install call should be ts-libvirt-build, but:
> Historically we have done it all in ts-xen-build-prep.  In the
> meantime we have put a lock around the call to the package manager,
> but this has only been lightly tested.  At this stage of the Xen
> release we would rather be cautious.
> 
> CC: Juergen Gross <jgross@suse.com>
> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>

Release-acked-by: Juergen Gross <jgross@suse.com>


Juergen
diff mbox series

Patch

diff --git a/ts-xen-build-prep b/ts-xen-build-prep
index 0f07648e..5d2f50ba 100755
--- a/ts-xen-build-prep
+++ b/ts-xen-build-prep
@@ -208,6 +208,7 @@  sub prep () {
                       libxml2-utils libxml2-dev
                       libdevmapper-dev libxml-xpath-perl libelf-dev
                       ccache nasm checkpolicy ebtables
+		      python3-docutils
                       libgnutls28-dev);
 
     if ($ho->{Suite} =~ m/squeeze|wheezy|jessie/) {