From 1b1c4870c8db03daa8d287684705d101b6f8098e Mon Sep 17 00:00:00 2001 From: Jose Lamego Date: Wed, 16 Nov 2016 15:22:13 -0600 Subject: python*-git: upgrade to 2.1.0 Both python-git and python3-git need to be upgraded to latest upstream version. This change was tested using qemux86 with core-image-sato. (From OE-Core rev: e5d8b008d5a1385097a2ac642b8daf8940a899a6) Signed-off-by: Jose Lamego Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-git_2.1.0.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-devtools/python/python-git_2.1.0.bb (limited to 'meta/recipes-devtools/python/python-git_2.1.0.bb') diff --git a/meta/recipes-devtools/python/python-git_2.1.0.bb b/meta/recipes-devtools/python/python-git_2.1.0.bb new file mode 100644 index 0000000000..e49dbea544 --- /dev/null +++ b/meta/recipes-devtools/python/python-git_2.1.0.bb @@ -0,0 +1,7 @@ +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" -- cgit v1.2.3-54-g00ecf