diff options
author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-09-10 17:50:07 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-10 06:54:01 -0700 |
commit | 571759121373f2c3ff581fcf0c4a080c52f84484 (patch) | |
tree | fb793f3f70b7b91495e64fefa6ba5d13b51947ce /meta-python/recipes-devtools/python/python-pytest.inc | |
parent | bf872bebc41ad38d45f413459cea75135d0cf325 (diff) | |
download | meta-openembedded-571759121373f2c3ff581fcf0c4a080c52f84484.tar.gz |
python-pytest: fix runtime error
Fix runtime error: missing 'atomicwrites' module.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index b58cdea962..7ef6092b5f 100644 --- a/meta-python/recipes-devtools/python/python-pytest.inc +++ b/meta-python/recipes-devtools/python/python-pytest.inc | |||
@@ -20,6 +20,7 @@ RDEPENDS_${PN}_class-target += " \ | |||
20 | ${PYTHON_PN}-py \ | 20 | ${PYTHON_PN}-py \ |
21 | ${PYTHON_PN}-setuptools \ | 21 | ${PYTHON_PN}-setuptools \ |
22 | ${PYTHON_PN}-six \ | 22 | ${PYTHON_PN}-six \ |
23 | ${PYTHON_PN}-atomicwrites \ | ||
23 | " | 24 | " |
24 | 25 | ||
25 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:" | 26 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:" |