From 571759121373f2c3ff581fcf0c4a080c52f84484 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Tue, 10 Sep 2019 17:50:07 +0900 Subject: python-pytest: fix runtime error Fix runtime error: missing 'atomicwrites' module. Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pytest.inc | 1 + 1 file changed, 1 insertion(+) 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:" -- cgit 1.2.3-korg