From 6e6ed9ebdbdb1d92372aead9587fd0e9da8d654d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 16 Oct 2024 21:34:54 +0200 Subject: python3-html2text: remove python3-cgitb dependency Not mentioned anywhere in source tree, and no longer available with python 3.13. Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-python/recipes-devtools') 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 4a7ce1e5bc..6200586e9b 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/ -- cgit v1.2.3-54-g00ecf