Commit 9e01686b28 for qemu.org

commit 9e01686b28538d942526ba09e746db00af26b06c
Author: John Snow <jsnow@redhat.com>
Date:   Wed Feb 18 16:34:09 2026 -0500

    meson, mkvenv: add qemu.git/python/qemu package to pythondeps.toml

    Add the local python package group into pythondeps.toml for the tooling
    group. This makes qemu.qmp, qemu.machine and qemu.utils packages
    unconditionally available for tests and scripts.

    Reviewed-by: Thomas Huth <thuth@redhat.com>
    Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
    Message-ID: <20260218213416.674483-15-jsnow@redhat.com>
    Signed-off-by: John Snow <jsnow@redhat.com>

diff --git a/pythondeps.toml b/pythondeps.toml
index 743e2a8848..89256132fe 100644
--- a/pythondeps.toml
+++ b/pythondeps.toml
@@ -37,6 +37,7 @@ sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.2.2" }
 # system packages, or python packages we vendor.
 [tooling]
 "qemu.qmp" = { accepted = ">=0.0.5", installed = "0.0.5" }
+"qemu" = { path = "python/" }

 # This test group is for functional tests, and can include dependencies
 # fetched from PyPI.