mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 01:26:58 +00:00
python3-html2text: Add missing rdep on py3 html module
Fixes ModuleNotFoundError: No module named 'html' Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a335a8ca42
commit
497cb3d70e
@ -12,6 +12,8 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "python3-html"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-pytest \
|
||||
python3-unittest-automake-output \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user