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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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