What this patch even tested? This fails to build because python3-websocket-client is so old that it no longer fetches. I'm having to send a patch to meta-openembedded to update the recipe.
On 3/6/2026 3:14 PM, Thorsten Lannynd via lists.yoctoproject.org wrote:
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)} \ "
-- Ryan Eatmon [email protected] ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17302): https://lists.yoctoproject.org/g/meta-arago/message/17302 Mute This Topic: https://lists.yoctoproject.org/mt/118178594/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
