aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-09-10 17:50:07 +0900
committerKhem Raj <raj.khem@gmail.com>2019-09-10 06:54:01 -0700
commit571759121373f2c3ff581fcf0c4a080c52f84484 (patch)
treefb793f3f70b7b91495e64fefa6ba5d13b51947ce /meta-python/recipes-devtools/python
parentbf872bebc41ad38d45f413459cea75135d0cf325 (diff)
downloadmeta-openembedded-contrib-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')
-rw-r--r--meta-python/recipes-devtools/python/python-pytest.inc1
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 += " \
${PYTHON_PN}-py \
${PYTHON_PN}-setuptools \
${PYTHON_PN}-six \
+ ${PYTHON_PN}-atomicwrites \
"
FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:"