python3-git: add it for buildtools-tarball

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>
This commit is contained in:
Robert Yang
2016-05-18 00:43:42 -07:00
committed by Richard Purdie
parent 57c50be5bc
commit 65ab0968f1
3 changed files with 30 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
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"