summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-10-16 21:34:53 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-16 14:07:28 -0700
commit8b49cc1177d26ad24cb6c009010f50fb38e6bb39 (patch)
tree1ee2d796f56d0b80f3cb1c8a855b9557627b3bd2 /meta-python
parent2698039ac432d861465b84fc650fcaa8526c8a3c (diff)
downloadmeta-openembedded-8b49cc1177d26ad24cb6c009010f50fb38e6bb39.tar.gz
python3-meld: do not depend on python3-cgitb
It's not mentioned anywhere in source code, and python 3.13 has removed it. 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-meld3_2.0.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb b/meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb
index 7ebf9f1411..97eea46824 100644
--- a/meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb
@@ -14,6 +14,5 @@ SRC_URI[sha256sum] = "3ea266994f1aa83507679a67b493b852c232a7905e29440a6b868558ca
14inherit pypi setuptools3 14inherit pypi setuptools3
15 15
16RDEPENDS:${PN} += " \ 16RDEPENDS:${PN} += " \
17 python3-cgitb \
18 python3-xml \ 17 python3-xml \
19" 18"