[oe-commits] [meta-openembedded] 02/07: python-pytest: fix runtime error

git at git.openembedded.org git at git.openembedded.org
Tue Sep 10 13:54:37 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 571759121373f2c3ff581fcf0c4a080c52f84484
Author: Yuan Chao <yuanc.fnst at cn.fujitsu.com>
AuthorDate: Tue Sep 10 17:50:07 2019 +0900

    python-pytest: fix runtime error
    
    Fix runtime error: missing 'atomicwrites' module.
    
    Signed-off-by: Yuan Chao <yuanc.fnst at cn.fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 b58cdea..7ef6092 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:"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list