From: Paolo Bonzini <pbonzini@redhat.com>
To: "Daniel P. Berrangé" <berrange@redhat.com>, qemu-devel@nongnu.org
Cc: "Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Beraldo Leal" <bleal@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
"Reinoud Zandijk" <reinoud@netbsd.org>,
"Warner Losh" <imp@bsdimp.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Ryo ONODERA" <ryoon@netbsd.org>,
"Kyle Evans" <kevans@freebsd.org>
Subject: Re: [PATCH] tests/vm: use the default system python for NetBSD
Date: Wed, 29 Mar 2023 15:04:22 +0200 [thread overview]
Message-ID: <be825b7e-689a-a3f7-30f8-ddfd2dc04267@redhat.com> (raw)
In-Reply-To: <20230329124601.822209-1-berrange@redhat.com>
On 3/29/23 14:46, Daniel P. Berrangé wrote:
> Currently our NetBSD VM recipe requests instal of the python37 package
> and explicitly tells QEMU to use that version of python. Since the
> NetBSD base ISO was updated to version 9.3 though, the default system
> python version is 3.9 which is sufficiently new for QEMU to rely on.
> Rather than requesting an older python, just test against the default
> system python which is what most users will have.
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> tests/vm/netbsd | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/tests/vm/netbsd b/tests/vm/netbsd
> index aa54338dfa..0b9536ca17 100755
> --- a/tests/vm/netbsd
> +++ b/tests/vm/netbsd
> @@ -30,7 +30,6 @@ class NetBSDVM(basevm.BaseVM):
> "git-base",
> "pkgconf",
> "xz",
> - "python37",
> "ninja-build",
>
> # gnu tools
> @@ -66,7 +65,7 @@ class NetBSDVM(basevm.BaseVM):
> mkdir src build; cd src;
> tar -xf /dev/rld1a;
> cd ../build
> - ../src/configure --python=python3.7 --disable-opengl {configure_opts};
> + ../src/configure --disable-opengl {configure_opts};
> gmake --output-sync -j{jobs} {target} {verbose};
> """
> poweroff = "/sbin/poweroff"
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
next prev parent reply other threads:[~2023-03-29 13:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-29 12:46 [PATCH] tests/vm: use the default system python for NetBSD Daniel P. Berrangé
2023-03-29 13:04 ` Paolo Bonzini [this message]
2023-03-29 13:16 ` Philippe Mathieu-Daudé
2023-03-29 17:08 ` Alex Bennée
2023-04-12 20:59 ` John Snow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=be825b7e-689a-a3f7-30f8-ddfd2dc04267@redhat.com \
--to=pbonzini@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=bleal@redhat.com \
--cc=imp@bsdimp.com \
--cc=kevans@freebsd.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=reinoud@netbsd.org \
--cc=ryoon@netbsd.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).