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