diff options
| author | Gustavo Romero <gustavo.romero@linaro.org> | 2025-10-03 14:18:13 +0000 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2025-10-07 07:33:40 +0100 |
| commit | c8f24e1b95430759f79223dc75c66fa7ec3ef2ee (patch) | |
| tree | 0aff11c13ee69c6cd1ae789493f6deeaf77416dc /pythondeps.toml | |
| parent | 75b1786996c422878d09bd12f166004a7d32e459 (diff) | |
| download | focaccia-qemu-c8f24e1b95430759f79223dc75c66fa7ec3ef2ee.tar.gz focaccia-qemu-c8f24e1b95430759f79223dc75c66fa7ec3ef2ee.zip | |
python: Install pygdbmi in meson's venv
The upcoming changes in the reverse_debugging functional test to remove Avocado as a dependency will require pygdbmi for interacting with GDB, so install it in meson's venv (located in the build dir's pyvenv/). Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Message-ID: <20251003141820.85278-3-gustavo.romero@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'pythondeps.toml')
| -rw-r--r-- | pythondeps.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pythondeps.toml b/pythondeps.toml index 16fb2a989c..98e99e7900 100644 --- a/pythondeps.toml +++ b/pythondeps.toml @@ -33,3 +33,4 @@ sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.2.2" } [testdeps] qemu.qmp = { accepted = ">=0.0.3", installed = "0.0.3" } +pygdbmi = { accepted = ">=0.11.0.0", installed = "0.11.0.0" } |