From f14711e6ed3cac9e5956f442ee689cee96dda7b2 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 21 Sep 2026 13:54:37 +0200 Subject: [PATCH] nvmetcli: drop the six dependency nvmetcli imports neither six nor anything that needs it; the runtime dependency is a leftover from the Python 2 era. Built for intel-corei7-64. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb b/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb index cf2d54c07d..5f54dc812d 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb @@ -17,7 +17,7 @@ SYSTEMD_SERVICE:${PN} = "nvmet.service" SYSTEMD_AUTO_ENABLE ?= "disable" -RDEPENDS:${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb" +RDEPENDS:${PN} += "python3 python3-pyparsing python3-configshell-fb" SRCREV = "d323d5a3091af490502c5d025ec7361a3a2cfbd9" SRC_URI = "git://git.infradead.org/users/hch/nvmetcli.git;branch=master"