summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb2
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
8SRC_URI[md5sum] = "73f9645e59b437f064d05882b95832ce" 8SRC_URI[md5sum] = "73f9645e59b437f064d05882b95832ce"
9 9
10RDEPENDS:${PN}:append = " python3-packaging tesseract"
11
10PYPI_PACKAGE = "pytesseract" 12PYPI_PACKAGE = "pytesseract"
11 13
12inherit pypi setuptools3 14inherit pypi setuptools3