diff mbox series

[meta-arago,scarthgap/master] meta-arago-test: add pytesseract & python3-pillow to ti-test-extra

Message ID 20250304212748.272567-1-a-christidis@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap/master] meta-arago-test: add pytesseract & python3-pillow to ti-test-extra | expand

Commit Message

Antonios Christidis March 4, 2025, 9:27 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

Add the pytesseract and python3-pillow recipes to the ti-test-extra package
group.  They are both needed for the automated chromium test.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 meta-arago-test/recipes-core/packagegroups/ti-test.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
index 8099198d..e6d7e572 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -60,6 +60,8 @@  TI_TEST_BASE = "\
 "
 
 TI_TEST_EXTRAS = " \
+    python3-pillow \
+    pytesseract \
     piglit \
     python3-numpy \
     wayland-utils \