diff options
author | Antonios Christidis <a-christidis@ti.com> | 2025-03-25 10:22:55 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 18:30:53 -0700 |
commit | d6736b37c3f4d966823b7bf60a586d2cca7bf3ba (patch) | |
tree | 9e9aeec294db0f4ef9c0993bca6d620f25a5f69b /meta-python | |
parent | ec9a5598e48f1e4dad8f59e8a49bfe6657bc2284 (diff) | |
download | meta-openembedded-d6736b37c3f4d966823b7bf60a586d2cca7bf3ba.tar.gz |
python-pytesseract: Update runtime dependencies
The pytesseract library is a wrapper for tesseract, so it should depend
on it on runtime. Also, the pytesseract python script calls for the
packaging module so also include it as a depencency.
Signed-off-by: Antonios Christidis <a-christidis@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb index ff2814f8c2..0d8cfcb408 100644 --- a/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb +++ b/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb | |||
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
7 | 7 | ||
8 | SRC_URI[md5sum] = "73f9645e59b437f064d05882b95832ce" | 8 | SRC_URI[md5sum] = "73f9645e59b437f064d05882b95832ce" |
9 | 9 | ||
10 | RDEPENDS:${PN}:append = " python3-packaging tesseract" | ||
11 | |||
10 | PYPI_PACKAGE = "pytesseract" | 12 | PYPI_PACKAGE = "pytesseract" |
11 | 13 | ||
12 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |