On 28/10/2025 23.03, John Snow wrote:
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
> pythondeps.toml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/pythondeps.toml b/pythondeps.toml
> index 70e83320855..a5cdf94a791 100644
> --- a/pythondeps.toml
> +++ b/pythondeps.toml
> @@ -32,8 +32,8 @@ sphinx = { accepted = ">=3.4.3", installed = "6.2.1", canary = "sphinx-build" }
> sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.2.2" }
>
> [tests]
> -qemu_qmp = { accepted = ">=0.0.5", installed = "0.0.5" }
> +"qemu.qmp" = { accepted = ">=0.0.5", installed = "0.0.5" }
>
> [functests]
> -qemu_qmp = { accepted = ">=0.0.5", installed = "0.0.5" }
> +"qemu.qmp" = { accepted = ">=0.0.5", installed = "0.0.5" }
> pygdbmi = { accepted = ">=0.11.0.0", installed = "0.11.0.0" }
Uh, why not immediately using this in patch 4 ?
Mea culpa, I fixed this after send. I really meant "RFC" this time, sorry!