aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-git_2.1.1.bb
diff options
context:
space:
mode:
authorJose Lamego <jose.a.lamego@linux.intel.com>2016-12-15 16:44:45 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-17 09:57:04 +0000
commit411036b747f7d9745f32725b9c1e1481e515cf53 (patch)
tree63ee1c00e656f7bfdfc457589df8823ca4c94e53 /meta/recipes-devtools/python/python-git_2.1.1.bb
parentdb08ffee0ad1451f3bf710f4d1b623938ba9aefb (diff)
downloadopenembedded-core-contrib-411036b747f7d9745f32725b9c1e1481e515cf53.tar.gz
python*-git: Upgrade to version 2.1.1
Both python-git and python3-git need to be upgraded to latest upstream version. This change includes python3 dependencies added and was tested using qemux86 with core-image-sato. (From OE-Core rev: c9c54f352c5122b9a4239f69779400e3ba250827) Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-git_2.1.1.bb')
-rw-r--r--meta/recipes-devtools/python/python-git_2.1.1.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-git_2.1.1.bb b/meta/recipes-devtools/python/python-git_2.1.1.bb
new file mode 100644
index 0000000000..e49dbea544
--- /dev/null
+++ b/meta/recipes-devtools/python/python-git_2.1.1.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"