qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 08/14] tests/vm: Added configuration file support


From: Robert Foley
Subject: Re: [PATCH v1 08/14] tests/vm: Added configuration file support
Date: Fri, 14 Feb 2020 13:00:03 -0500

On Fri, 14 Feb 2020 at 11:54, Alex Bennée <address@hidden> wrote:
> >  from socket_thread import SocketThread
> > +import yaml
>
> So this throws my setup on my Gentoo SynQuacer. Is this meant to be in
> the standard library or is this a separate dependency?
>
This is a separate dependency.  On Ubuntu the package is python3-yaml.
This brings up an interesting point.
If the yaml dependency is not there, should we expect to gracefully
handle this in the python script, and
simply not allow yaml files?  I suppose we could error out if a yaml
file is supplied
and ask for the dependency to get installed.
Or is there something we should do earlier, maybe in the configure, to
warn or error about the missing
dependency?

Thanks & Regards,
-Rob


> --
> Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]