Message ID | 20250305144443.343932-1-a-christidis@ti.com |
---|---|
State | Under Review |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,scarthgap,v3] pytesseract: Add runtime dependencies | expand |
diff --git a/meta-arago-test/recipes-graphics/python3-pytesseract/pytesseract_0.3.13.bb b/meta-arago-test/recipes-graphics/python3-pytesseract/pytesseract_0.3.13.bb index 91350cd5..0f505f63 100644 --- a/meta-arago-test/recipes-graphics/python3-pytesseract/pytesseract_0.3.13.bb +++ b/meta-arago-test/recipes-graphics/python3-pytesseract/pytesseract_0.3.13.bb @@ -7,6 +7,8 @@ HOMEPAGE = "https://github.com/madmaze/pytesseract" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" +RDEPENDS:${PN}:append = " python3-packaging tesseract" + SRC_URI[sha256sum] = "4bf5f880c99406f52a3cfc2633e42d9dc67615e69d8a509d74867d3baddb5db9" PYPI_PACKAGE = "pytesseract"