summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorVikas Katariya <vikas.katariya@arm.com>2024-02-07 16:52:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-13 13:51:38 +0000
commita1cf354c7978be8f1869eb83ed814823b373a8c8 (patch)
tree75e759d9c101fbcb1cb5077930b33eba879d9ab0 /meta/recipes-support
parent109c14a3d6ebe0a7162bc275f4f8ae8adf91196d (diff)
downloadopenembedded-core-a1cf354c7978be8f1869eb83ed814823b373a8c8.tar.gz
bmap-tools: Add missing runtime dependency
Python3 module netrc is required by bmap-tools (v3.7), therefore add `python3-misc` as runtime dependency. Signed-off-by: Vikas Katariya <vikas.katariya@arm.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/bmap-tools/bmap-tools_git.bb2
1 files changed, 1 insertions, 1 deletions
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<pver>\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