[oe] [meta-python2][PATCH] python-humanfriendly: add missing RDEPENDS

Tim Orling ticotimo at gmail.com
Sun Jan 19 17:25:19 UTC 2020


Missing run-time dependencies:
  - python-html (humanfriendly.compat -> html.parsing)
  - python-multiprocessing
  - python-unittest (humanfriendly.compat)

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 recipes-devtools/python/python-humanfriendly_4.18.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-devtools/python/python-humanfriendly_4.18.bb b/recipes-devtools/python/python-humanfriendly_4.18.bb
index d91fa1c3..96f6f833 100644
--- a/recipes-devtools/python/python-humanfriendly_4.18.bb
+++ b/recipes-devtools/python/python-humanfriendly_4.18.bb
@@ -15,12 +15,15 @@ inherit pypi setuptools
 RDEPENDS_${PN}_class-target += " \
     ${PYTHON_PN}-datetime \
     ${PYTHON_PN}-fcntl \
+    ${PYTHON_PN}-html \
     ${PYTHON_PN}-io \
     ${PYTHON_PN}-logging \
     ${PYTHON_PN}-math \
+    ${PYTHON_PN}-multiprocessing \
     ${PYTHON_PN}-numbers \
     ${PYTHON_PN}-shell \
     ${PYTHON_PN}-stringold \
+    ${PYTHON_PN}-unittest \
 "
 
 BBCLASSEXTEND = "native"
-- 
2.25.0



More information about the Openembedded-devel mailing list