diff mbox series

[v2,1/8] dool: remove python3-six dependency

Message ID 20260917153727.3057505-1-ross.burton@arm.com
State New
Headers show
Series [v2,1/8] dool: remove python3-six dependency | expand

Commit Message

Ross Burton Sept. 17, 2026, 3:37 p.m. UTC
This was removed in dool 0.9.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-support/dool/dool_1.3.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/dool/dool_1.3.8.bb b/meta-oe/recipes-support/dool/dool_1.3.8.bb
index 1c7350e871d..8a057effdf3 100644
--- a/meta-oe/recipes-support/dool/dool_1.3.8.bb
+++ b/meta-oe/recipes-support/dool/dool_1.3.8.bb
@@ -7,7 +7,7 @@  LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
 
 DEPENDS += "asciidoc-native xmlto-native"
-RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
+RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-unixadmin"
 
 SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=next;protocol=https;tag=v${PV}"