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:
Khem Raj
2024-10-28 09:47:18 -07:00
parent a335a8ca42
commit 497cb3d70e

View File

@@ -12,6 +12,8 @@ SRC_URI += " \
file://run-ptest \
"
RDEPENDS:${PN} += "python3-html"
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-unittest-automake-output \