]> code.ossystems Code Review - openembedded-core.git/commitdiff
bmap-tools: remove redundant python3native inherit
authorRoss Burton <ross@burtonini.com>
Fri, 4 Mar 2022 17:20:07 +0000 (17:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 5 Mar 2022 22:57:45 +0000 (22:57 +0000)
setuptools3 pulls this in, so there's no need to explicitly inherit it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bmap-tools/bmap-tools_git.bb

index e3315321ed1d9778d275bd9c23a2b357ce305fa4..c5acdc5cbf3faf423081086f4a21be29f07487a9 100644 (file)
@@ -21,7 +21,6 @@ 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"
 
-inherit python3native
 inherit setuptools3
 
 PIP_INSTALL_PACKAGE = "bmap_tools"