mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 12:32:11 +02:00
bmap-tools: remove redundant python3native inherit
setuptools3 pulls this in, so there's no need to explicitly inherit it. (From OE-Core rev: 24446a8a7b1b16c5afe3a9878a99cce04dfba2f4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
76db6a9f79
commit
a3085c4722
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user