From 5f449575be9986906e021706e248ee8340d7084d Mon Sep 17 00:00:00 2001 From: Vikas Katariya Date: Wed, 7 Feb 2024 16:52:19 +0000 Subject: [PATCH] bmap-tools: Add missing runtime dependency Python3 module netrc is required by bmap-tools (v3.7), therefore add `python3-misc` as runtime dependency. (From OE-Core rev: a1cf354c7978be8f1869eb83ed814823b373a8c8) Signed-off-by: Vikas Katariya Signed-off-by: Richard Purdie --- meta/recipes-support/bmap-tools/bmap-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmap-tools/bmap-tools_git.bb index 9bbd7d51c8..ffb6ccfe99 100644 --- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb +++ b/meta/recipes-support/bmap-tools/bmap-tools_git.bb @@ -24,7 +24,7 @@ PV = "${BASEVER}+git" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" # Need df from coreutils -RDEPENDS:${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six coreutils" +RDEPENDS:${PN} = "python3-core python3-compression python3-misc python3-mmap python3-setuptools python3-fcntl python3-six coreutils" inherit setuptools3