summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-10-16 21:34:54 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-16 14:07:28 -0700
commit6e6ed9ebdbdb1d92372aead9587fd0e9da8d654d (patch)
treeae5213eadce1f4335b59cacbb83f4d68a6831044 /meta-python
parent8b49cc1177d26ad24cb6c009010f50fb38e6bb39 (diff)
downloadmeta-openembedded-6e6ed9ebdbdb1d92372aead9587fd0e9da8d654d.tar.gz
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 <alex@linutronix.de> 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.bb2
1 files changed, 0 insertions, 2 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 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 += " \
17 python3-unittest-automake-output \ 17 python3-unittest-automake-output \
18" 18"
19 19
20RDEPENDS:${PN} += "python3-cgitb"
21
22do_install_ptest() { 20do_install_ptest() {
23 install -d ${D}${PTEST_PATH}/test 21 install -d ${D}${PTEST_PATH}/test
24 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ 22 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/