diff mbox series

[02/13] python3-html2text: remove python3-cgitb dependency

Message ID 20241016193505.3459828-2-alex@linutronix.de
State Accepted
Headers show
Series [01/13] python3-meld: do not depend on python3-cgitb | expand

Commit Message

Alexander Kanavin Oct. 16, 2024, 7:34 p.m. UTC
Not mentioned anywhere in source tree, and no longer
available with python 3.13.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../recipes-devtools/python/python3-html2text_2024.2.26.bb      | 2 --
 1 file changed, 2 deletions(-)
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 4a7ce1e5b..6200586e9 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
@@ -17,8 +17,6 @@  RDEPENDS:${PN}-ptest += " \
     python3-unittest-automake-output \
 "
 
-RDEPENDS:${PN} += "python3-cgitb"
-
 do_install_ptest() {
 	install -d ${D}${PTEST_PATH}/test
 	cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/