summaryrefslogtreecommitdiffstats
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>2017-03-13 11:40:50 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-12 08:51:10 +0100
commit5d301e9f19048b4cd0d5f702860e318c85f1c037 (patch)
tree1745f0aeda63e94530e8bf7e973ca6e776500fbf /meta/recipes-devtools/python/python-git_2.1.1.bb
parent6d60e8fb0eda46f01e0d593b7c32edc575a6832c (diff)
downloadpoky-5d301e9f19048b4cd0d5f702860e318c85f1c037.tar.gz
python*-git: Upgrade to version 2.1.3
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: c59fa3bd71b42410bf032846ee8fdb6e6eb1b95c) 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, 0 insertions, 7 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
deleted file mode 100644
index e49dbea544..0000000000
--- a/meta/recipes-devtools/python/python-git_2.1.1.bb
+++ /dev/null
@@ -1,7 +0,0 @@
1require python-git.inc
2
3DEPENDS = "python-gitdb"
4
5inherit setuptools
6
7RDEPENDS_${PN} += "python-gitdb python-lang python-io python-shell python-math python-re python-subprocess python-stringold python-unixadmin"