[meta-arago][master][PATCH] ti-test: Add request and websocket-client to packagegroup
Thorsten Lannynd <[email protected]> Fri, 6 Mar 2026 15:10:58 -0600
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Add Python packages required for automated Chromium video decode testing. Signed-off-by: Thorsten Lannynd <[email protected]> --- meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index f2ae1aef..15472466 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -80,6 +80,8 @@ TI_TEST_EXTRAS = " \ python3-pillow \ pytesseract \ python3-numpy \ + python3-requests \ + python3-websocket-client \ wayland-utils \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${TI_TEST_EXTRAS_OPENGL}', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'opencl', '${TI_TEST_EXTRAS_OPENCL}', '', d)} \