From: Vikas Katariya Date: Wed, 7 Feb 2024 16:52:19 +0000 (+0000) Subject: bmap-tools: Add missing runtime dependency X-Git-Tag: uninative-4.4~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1cf354c7978be8f1869eb83ed814823b373a8c8;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 --- diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmap-tools/bmap-tools_git.bb index 9bbd7d51c83..ffb6ccfe99a 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