Re: [PATCH] freebsd: use python37

2020-01-07 Thread Alex Bennée
Gerd Hoffmann writes: > FreeBSD seems to use python37 by default now, which breaks the build > script. Add python to the package list, to explicitly pick the version, > and also adapt the configure command line. > > Signed-off-by: Gerd Hoffmann Queued to testing/next, thanks. > --- > tests

Re: [PATCH] freebsd: use python37

2020-01-06 Thread Philippe Mathieu-Daudé
On Mon, Jan 6, 2020 at 2:19 PM Philippe Mathieu-Daudé wrote: > > On 1/6/20 1:37 PM, Gerd Hoffmann wrote: > > FreeBSD seems to use python37 by default now, which breaks the build BTW it looks clearer replacing by 'python3.7' here and in subject. > > script. Add python to the package list, to exp

Re: [PATCH] freebsd: use python37

2020-01-06 Thread Philippe Mathieu-Daudé
On 1/6/20 1:37 PM, Gerd Hoffmann wrote: FreeBSD seems to use python37 by default now, which breaks the build script. Add python to the package list, to explicitly pick the version, and also adapt the configure command line. Signed-off-by: Gerd Hoffmann --- tests/vm/freebsd | 3 ++- 1 file c

[PATCH] freebsd: use python37

2020-01-06 Thread Gerd Hoffmann
FreeBSD seems to use python37 by default now, which breaks the build script. Add python to the package list, to explicitly pick the version, and also adapt the configure command line. Signed-off-by: Gerd Hoffmann --- tests/vm/freebsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff