[meta-arago][master][PATCH 3/4] meta-arago-test: Add curl-cffi and yt-dlp to ti-test-extras
Thorsten Lannynd <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Add curl-cffi and yt-dlp to the TI_TEST_EXTRAS packagegroup for additional testing capabilities. - curl-cffi: Python library for curl-impersonate functionality - yt-dlp: Enhanced youtube-dl fork with additional features 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..d1d049c2 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -77,10 +77,12 @@ TI_TEST_EXTRAS_OPENCL = " \ " TI_TEST_EXTRAS = " \ + curl-cffi \ python3-pillow \ pytesseract \ python3-numpy \ wayland-utils \ + yt-dlp \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${TI_TEST_EXTRAS_OPENGL}', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'opencl', '${TI_TEST_EXTRAS_OPENCL}', '', d)} \ " -- 2.34.1