diff options
author | Jose Lamego <jose.a.lamego@linux.intel.com> | 2017-03-13 11:40:50 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-12 08:51:10 +0100 |
commit | 5d301e9f19048b4cd0d5f702860e318c85f1c037 (patch) | |
tree | 1745f0aeda63e94530e8bf7e973ca6e776500fbf /meta/recipes-devtools/python/python-git_2.1.3.bb | |
parent | 6d60e8fb0eda46f01e0d593b7c32edc575a6832c (diff) | |
download | poky-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.3.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-git_2.1.3.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-git_2.1.3.bb b/meta/recipes-devtools/python/python-git_2.1.3.bb new file mode 100644 index 0000000000..e49dbea544 --- /dev/null +++ b/meta/recipes-devtools/python/python-git_2.1.3.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require python-git.inc | ||
2 | |||
3 | DEPENDS = "python-gitdb" | ||
4 | |||
5 | inherit setuptools | ||
6 | |||
7 | RDEPENDS_${PN} += "python-gitdb python-lang python-io python-shell python-math python-re python-subprocess python-stringold python-unixadmin" | ||