python-git: use pypi.bbclass

* Simplify python3-git by using pypi.bbclass
* Consolidate common content in .inc

(From OE-Core rev: 5288e401c769a80f499d0775dd9bd1304e2298f4)

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tim Orling
2017-11-18 18:15:30 -08:00
committed by Richard Purdie
parent 43140b571b
commit 13f34dfc55
2 changed files with 21 additions and 10 deletions

View File

@@ -1,7 +1,2 @@
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 python3-enum python3-logging python3-datetime python3-netclient python3-unittest python3-argparse git"