[PATCH 20/22] meson, mkvenv: add qemu.git/python/qemu package to pythondeps.toml

John Snow posted 22 patches 2 days, 17 hours ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, 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>, Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
[PATCH 20/22] meson, mkvenv: add qemu.git/python/qemu package to pythondeps.toml
Posted by John Snow 2 days, 17 hours ago
Add the local python package group into pythondeps.toml for the
checktests group.

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 b931d8bb578..d39a68e106e 100644
--- a/pythondeps.toml
+++ b/pythondeps.toml
@@ -33,6 +33,7 @@ sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.2.2" }
 
 [checktests]
 "qemu.qmp" = { accepted = ">=0.0.5", installed = "0.0.5" }
+"$SRCROOT/python/" = { }
 
 [functests]
 pygdbmi = { accepted = ">=0.11.0.0", installed = "0.11.0.0" }
-- 
2.51.1