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>
9 lines
213 B
BlitzBasic
9 lines
213 B
BlitzBasic
require python-git.inc
|
|
|
|
DEPENDS = "python-gitdb"
|
|
|
|
inherit setuptools
|
|
|
|
RDEPENDS_${PN} += "python-gitdb python-lang python-io python-shell python-math python-re python-subprocess python-stringold python-unixadmin"
|
|
|