diff mbox series

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

Message ID 20200120100935.1003223-1-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show
Series [OSSTEST] ts-xen-build-prep: Install python3-dev | expand

Commit Message

Anthony PERARD Jan. 20, 2020, 10:09 a.m. UTC
Allow to build Xen with python3.

Also, QEMU upstream (to be 4.3) now requires python >= 3.5, but that
affect only xen-unstable.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 ts-xen-build-prep | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ian Jackson Feb. 10, 2020, 4:50 p.m. UTC | #1
Anthony PERARD writes ("[OSSTEST PATCH] ts-xen-build-prep: Install python3-dev"):
> Allow to build Xen with python3.
> 
> Also, QEMU upstream (to be 4.3) now requires python >= 3.5, but that
> affect only xen-unstable.
> 
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

And pushed to pretest.

Thanks,
Ian.
diff mbox series

Patch

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