diff options
author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-09-19 12:24:09 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-19 00:09:43 -0700 |
commit | debb431eaeb4c17c157ebd48f294ab1a58985e9f (patch) | |
tree | 39be3b6565e79c2176aa2301f1b45be404559f75 /meta-python/recipes-devtools/python/python-pytest.inc | |
parent | f5788587c94d19ef61f718bf21c39639fbeea396 (diff) | |
download | meta-openembedded-debb431eaeb4c17c157ebd48f294ab1a58985e9f.tar.gz |
python-pytest: fix runtime error
Fix runtime error: add missing modules.
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index 7ef6092b5f..5f3e60eef8 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 += " \ | |||
21 | ${PYTHON_PN}-setuptools \ | 21 | ${PYTHON_PN}-setuptools \ |
22 | ${PYTHON_PN}-six \ | 22 | ${PYTHON_PN}-six \ |
23 | ${PYTHON_PN}-atomicwrites \ | 23 | ${PYTHON_PN}-atomicwrites \ |
24 | ${PYTHON_PN}-importlib-metadata \ | ||
25 | ${PYTHON_PN}-pathlib2 \ | ||
26 | ${PYTHON_PN}-wcwidth \ | ||
27 | ${PYTHON_PN}-more-itertools \ | ||
28 | ${PYTHON_PN}-packaging \ | ||
24 | " | 29 | " |
25 | 30 | ||
26 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:" | 31 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:" |