[meta-arago][master][PATCH v2] ti-test: Add request and websocket-client to packagegroup
Thorsten Lannynd <[email protected]> Fri, 6 Mar 2026 15:14:47 -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]> --- v2: -Rebased off latest master changes 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 65cf7f1e..b09ffcd9 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -72,6 +72,8 @@ TI_TEST_EXTRAS = " \ python3-pillow \ pytesseract \ python3-numpy \ + python3-requests \ + python3-websocket-client \ ${@bb.utils.contains('DISTRO_FEATURES', 'opencl', '${TI_TEST_EXTRAS_OPENCL}', '', d)} \ "