aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-09-19 12:24:09 +0900
committerKhem Raj <raj.khem@gmail.com>2019-09-19 00:09:43 -0700
commit14c3505dba2c321ee7959cefdf5e732eb09d3b58 (patch)
tree46a6eaba0187776ed9808c538deeb1d00a6f713c
parentb709d3622836c0cb048162398cac29408f596225 (diff)
downloadmeta-python2-14c3505dba2c321ee7959cefdf5e732eb09d3b58.tar.gz
python-pytest: fix runtime error
Fix runtime error: add missing modules. (From meta-openembedded commit: debb431eaeb4c17c157ebd48f294ab1a58985e9f) Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-pytest.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pytest.inc b/recipes-devtools/python/python-pytest.inc
index 7ef6092..5f3e60e 100644
--- a/recipes-devtools/python/python-pytest.inc
+++ b/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:"