From 24446a8a7b1b16c5afe3a9878a99cce04dfba2f4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Mar 2022 17:20:07 +0000 Subject: [PATCH] bmap-tools: remove redundant python3native inherit setuptools3 pulls this in, so there's no need to explicitly inherit it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/bmap-tools/bmap-tools_git.bb | 1 - 1 file changed, 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 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\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" -- 2.40.1