mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 18:55:41 +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:
parent
bf872bebc4
commit
5717591213
@ -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:"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user