aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-git_2.1.0.bb
diff options
context:
space:
mode:
authorJose Lamego <jose.a.lamego@linux.intel.com>2016-11-16 15:22:13 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-23 11:02:32 +0000
commite5d8b008d5a1385097a2ac642b8daf8940a899a6 (patch)
tree1b2fc849a03f5a40b23d3f5b1369f436188a836b /meta/recipes-devtools/python/python-git_2.1.0.bb
parent76cfe4d9ba18249376d7391e4f416b5e7c008e8d (diff)
downloadopenembedded-core-contrib-e5d8b008d5a1385097a2ac642b8daf8940a899a6.tar.gz
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. Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-git_2.1.0.bb')
-rw-r--r--meta/recipes-devtools/python/python-git_2.1.0.bb7
1 files changed, 7 insertions, 0 deletions
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"