diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-10-28 09:47:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-28 17:53:20 -0700 |
commit | 497cb3d70ee585b33e89ea78a34b5a7a3b0b730e (patch) | |
tree | 9683d285cc07f3edfa5be3530fda5e035b8dbef7 /meta-python | |
parent | a335a8ca424f4d5462b4cc5023f015db73d85f70 (diff) | |
download | meta-openembedded-497cb3d70ee585b33e89ea78a34b5a7a3b0b730e.tar.gz |
python3-html2text: Add missing rdep on py3 html module
Fixes
ModuleNotFoundError: No module named 'html'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS:${PN} += "python3-html" | ||
16 | |||
15 | RDEPENDS:${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
16 | python3-pytest \ | 18 | python3-pytest \ |
17 | python3-unittest-automake-output \ | 19 | python3-unittest-automake-output \ |