[oe] [meta-python] [PATCH 6/6] python-pytest: fix runtime error

Yuan Chao yuanc.fnst at cn.fujitsu.com
Thu Sep 19 03:24:09 UTC 2019


Fix runtime error: add missing modules.

Signed-off-by: Yuan Chao <yuanc.fnst at cn.fujitsu.com>
---
 meta-python/recipes-devtools/python/python-pytest.inc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc
index 7ef6092b5..5f3e60eef 100644
--- a/meta-python/recipes-devtools/python/python-pytest.inc
+++ b/meta-python/recipes-devtools/python/python-pytest.inc
@@ -21,6 +21,11 @@ RDEPENDS_${PN}_class-target += " \
     ${PYTHON_PN}-setuptools \
     ${PYTHON_PN}-six \
     ${PYTHON_PN}-atomicwrites \
+    ${PYTHON_PN}-importlib-metadata \
+    ${PYTHON_PN}-pathlib2 \
+    ${PYTHON_PN}-wcwidth \
+    ${PYTHON_PN}-more-itertools \
+    ${PYTHON_PN}-packaging \
 "
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:"
-- 
2.17.1





More information about the Openembedded-devel mailing list