diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-11-30 12:17:30 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-30 08:30:06 -0800 |
commit | a68a7f7b43fb29f3168c595012575d50a30b349c (patch) | |
tree | 114a3d2b7bef6c2a65f3667cbcc5b065c97f5f46 /meta-python/recipes-devtools/python | |
parent | 7d7ada648eee4ba92d07a3572c956a64fb6e2767 (diff) | |
download | meta-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.bb | 1 |
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 | ||
16 | RDEPENDS:${PN} = " \ | 16 | RDEPENDS:${PN} = " \ |
17 | python3-six \ | ||
18 | python3-compression \ | 17 | python3-compression \ |
19 | " | 18 | " |