diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-10-16 21:34:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-16 14:07:28 -0700 |
commit | 8b49cc1177d26ad24cb6c009010f50fb38e6bb39 (patch) | |
tree | 1ee2d796f56d0b80f3cb1c8a855b9557627b3bd2 /meta-python | |
parent | 2698039ac432d861465b84fc650fcaa8526c8a3c (diff) | |
download | meta-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.bb | 1 |
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 | |||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
17 | python3-cgitb \ | ||
18 | python3-xml \ | 17 | python3-xml \ |
19 | " | 18 | " |