summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2024-11-30 12:17:30 +0000
committerKhem Raj <raj.khem@gmail.com>2024-11-30 08:30:06 -0800
commita68a7f7b43fb29f3168c595012575d50a30b349c (patch)
tree114a3d2b7bef6c2a65f3667cbcc5b065c97f5f46 /meta-python/recipes-devtools/python
parent7d7ada648eee4ba92d07a3572c956a64fb6e2767 (diff)
downloadmeta-openembedded-a68a7f7b43fb29f3168c595012575d50a30b349c.tar.gz
python3-ansi2html: drop python3-six from RDEPENDS
Looking at the history, python3-six dependency was dropped around version v1.6.0 when Python 2 support was dropped. Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb
index d817d8ee5d..cb9234b904 100644
--- a/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb
+++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb
@@ -14,6 +14,5 @@ DEPENDS += " \
14" 14"
15 15
16RDEPENDS:${PN} = " \ 16RDEPENDS:${PN} = " \
17 python3-six \
18 python3-compression \ 17 python3-compression \
19" 18"