mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 17:27:31 +01:00
python-pytest: fix runtime error
Fix runtime error: add missing modules. 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
f5788587c9
commit
debb431eae
|
|
@ -21,6 +21,11 @@ RDEPENDS_${PN}_class-target += " \
|
|||
${PYTHON_PN}-setuptools \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-atomicwrites \
|
||||
${PYTHON_PN}-importlib-metadata \
|
||||
${PYTHON_PN}-pathlib2 \
|
||||
${PYTHON_PN}-wcwidth \
|
||||
${PYTHON_PN}-more-itertools \
|
||||
${PYTHON_PN}-packaging \
|
||||
"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user