aboutsummaryrefslogtreecommitdiffstats
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
commit1cb10aedad6313a8d9208e19b6fac0dde7c32237 (patch)
tree1898a5cbf16ac85cc3384e2f7fb7253a530b6122
parentacec4ad795c2e9665989a1ad03c1c5cd1f7f9cf7 (diff)
downloadmeta-python2-1cb10aedad6313a8d9208e19b6fac0dde7c32237.tar.gz
python-pytest: fix runtime error
Fix runtime error: missing 'atomicwrites' module. (From meta-openembedded commit: 571759121373f2c3ff581fcf0c4a080c52f84484) 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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pytest.inc b/recipes-devtools/python/python-pytest.inc
index b58cdea..7ef6092 100644
--- a/recipes-devtools/python/python-pytest.inc
+++ b/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:"