mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
Need add python3-git to buildtools-tarball for the py3 build. (From OE-Core rev: fa19a541deb46dec1f4fbd60f08584daa06e2d6b) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
223 B
BlitzBasic
8 lines
223 B
BlitzBasic
require python-git.inc
|
|
|
|
DEPENDS = "python3-gitdb"
|
|
|
|
inherit setuptools3
|
|
|
|
RDEPENDS_${PN} += "python3-gitdb python3-lang python3-io python3-shell python3-math python3-re python3-subprocess python3-stringold python3-unixadmin"
|