mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
bmap-tools: Add python3-fcntl dependency
Add missing python3-fcntl dependency (From OE-Core rev: 5821db83e5c21a7a85b8675951e4e9c1893e4b26) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e0cbfaedc4
commit
280239af32
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "0064891270c180c190f41925b0f6fb9cecac3056f1168d2592dbe90e5f
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/intel/${BPN}/releases"
|
||||
|
||||
RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools"
|
||||
RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl"
|
||||
|
||||
inherit python3native
|
||||
inherit setuptools3
|
||||
|
||||
Reference in New Issue
Block a user