diff mbox series

[meta-python,1/3] python3-html2text: Add missing rdep on py3 html module

Message ID 20241028171456.2462158-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/3] python3-html2text: Add missing rdep on py3 html module | expand

Commit Message

Khem Raj Oct. 28, 2024, 5:14 p.m. UTC
Fixes
ModuleNotFoundError: No module named 'html'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-html2text_2024.2.26.bb      | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb b/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
index 6200586e9b..55f4c8b0a6 100644
--- a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
+++ b/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
@@ -12,6 +12,8 @@  SRC_URI += " \
 	file://run-ptest \
 "
 
+RDEPENDS:${PN} += "python3-html"
+
 RDEPENDS:${PN}-ptest += " \
     python3-pytest \
     python3-unittest-automake-output \