mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Need add python3-git to buildtools-tarball for the py3 build, and the dependencies chain is: python3-git -> python3-gitdb -> python3-async (From OE-Core rev: 816a518ecab232e4efe26ad203ce42c4543a79ca) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 lines
99 B
BlitzBasic
7 lines
99 B
BlitzBasic
require python-async.inc
|
|
|
|
inherit setuptools3
|
|
|
|
RDEPENDS_${PN} += "python3-threading python3-lang"
|
|
|