mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
python3-werkzeug: add missing runtime dependencies
ModuleNotFoundError: No module named 'json' ModuleNotFoundError: No module named 'logging' ModuleNotFoundError: No module named 'dataclasses' ModuleNotFoundError: No module named 'zipfile' Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,4 +16,8 @@ inherit pypi python_flit_core
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-markupsafe \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-profile \
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-json \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user