mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
@@ -20,6 +20,7 @@ RDEPENDS_${PN}_class-target += " \
|
|||||||
${PYTHON_PN}-py \
|
${PYTHON_PN}-py \
|
||||||
${PYTHON_PN}-setuptools \
|
${PYTHON_PN}-setuptools \
|
||||||
${PYTHON_PN}-six \
|
${PYTHON_PN}-six \
|
||||||
|
${PYTHON_PN}-atomicwrites \
|
||||||
"
|
"
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:"
|
||||||
|
|||||||
Reference in New Issue
Block a user