mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
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>
This commit is contained in:
parent
ec9a5598e4
commit
d6736b37c3
|
|
@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
|||
|
||||
SRC_URI[md5sum] = "73f9645e59b437f064d05882b95832ce"
|
||||
|
||||
RDEPENDS:${PN}:append = " python3-packaging tesseract"
|
||||
|
||||
PYPI_PACKAGE = "pytesseract"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user