diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:48:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:12 +0000 |
commit | a020d0ca29f83eaf3da5eb38c67eb3c17ec65bea (patch) | |
tree | 3294a319b53e395186bf84bb3c792174ebb09ea3 | |
parent | 6d009048cc3299600afae3eaeb74631b6ff01b3a (diff) | |
download | poky-a020d0ca29f83eaf3da5eb38c67eb3c17ec65bea.tar.gz |
python3-git: upgrade 3.1.7 -> 3.1.11
(From OE-Core rev: 4861630f014ddb011f2cdbe3dbf156685ad259da)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-git_3.1.11.bb (renamed from meta/recipes-devtools/python/python3-git_3.1.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-git_3.1.7.bb b/meta/recipes-devtools/python/python3-git_3.1.11.bb index 6d1fc4b653..7c636572f3 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.7.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.11.bb | |||
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "2db287d71a284e22e5c2846042d0602465c7434d910406990d5b74df4afb0858" | 15 | SRC_URI[sha256sum] = "befa4d101f91bad1b632df4308ec64555db684c360bd7d2130b4807d49ce86b8" |
16 | 16 | ||
17 | DEPENDS += " ${PYTHON_PN}-gitdb" | 17 | DEPENDS += " ${PYTHON_PN}-gitdb" |
18 | 18 | ||