[PATCH v3 13/15] meson, mkvenv: add qemu.git/python/qemu package to pythondeps.toml

John Snow posted 15 patches 1 week, 2 days ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Ed Maste <emaste@freebsd.org>, Li-Wen Hsu <lwhsu@freebsd.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
[PATCH v3 13/15] meson, mkvenv: add qemu.git/python/qemu package to pythondeps.toml
Posted by John Snow 1 week, 2 days ago
Add the local python package group into pythondeps.toml for the
checktests group. This makes qemu.qmp, qemu.machine and qemu.utils
packages unconditionally available for tests.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 pythondeps.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pythondeps.toml b/pythondeps.toml
index 14ceb4e7787..6057e3453e1 100644
--- a/pythondeps.toml
+++ b/pythondeps.toml
@@ -37,6 +37,7 @@ sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.2.2" }
 # vendor.
 [checktests]
 "qemu.qmp" = { accepted = ">=0.0.5", installed = "0.0.5" }
+"$SRCROOT/python/" = { }
 
 # This test group is for functional tests, and can include dependencies
 # fetched from PyPI.
-- 
2.51.1