mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-26 00:11:04 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user