summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-04 17:20:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-05 22:57:45 +0000
commit24446a8a7b1b16c5afe3a9878a99cce04dfba2f4 (patch)
tree2707d21d7ba2f31b37f43fdada04e346d5ad6966 /meta/recipes-support
parent3b86109a2571be39f9cfa85bd4db22f4df025ab2 (diff)
downloadopenembedded-core-contrib-24446a8a7b1b16c5afe3a9878a99cce04dfba2f4.tar.gz
bmap-tools: remove redundant python3native inherit
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/bmap-tools/bmap-tools_git.bb1
1 files changed, 0 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 e3315321ed..c5acdc5cbf 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
@@ -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"