diff mbox series

[01/13] python3-meld: do not depend on python3-cgitb

Message ID 20241016193505.3459828-1-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
It's not mentioned anywhere in source code, and
python 3.13 has removed it.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 7ebf9f141..97eea4682 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
 inherit pypi setuptools3
 
 RDEPENDS:${PN} += " \
-    python3-cgitb \
     python3-xml \
 "