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

Ian Jackson posted 1 patch 4 years, 3 months ago
Failed in applying to current master (apply log)
ts-xen-build-prep | 1 +
1 file changed, 1 insertion(+)
[Xen-devel] [OSSTEST PATCH] ts-xen-build-prep: Install python3-docutils
Posted by Ian Jackson 4 years, 3 months ago
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(+)

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/) {
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [OSSTEST PATCH] ts-xen-build-prep: Install python3-docutils
Posted by Jürgen Groß 4 years, 3 months ago
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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel