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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Markus Volk
2026-09-21 16:21:39 -07:00
committed by Khem Raj
parent 5ac15f9f27
commit f14711e6ed
@@ -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"