summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-gitdb.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-08-17 08:28:20 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-20 17:38:22 +0100
commit12ab44f932d87765d97d6b0c2f06863850b909f3 (patch)
tree716062483587f19f7c6850c524790aaf4219386d /meta/recipes-devtools/python/python-gitdb.inc
parent40fce4ea02a8a3386f402cbecffe611c36690c8c (diff)
downloadpoky-12ab44f932d87765d97d6b0c2f06863850b909f3.tar.gz
python3-gitdb: update to version 2.0.4
Update to the latest stable release (From OE-Core rev: 7f5225b97498a6ac5ee501682a77a5aed0aa044c) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-gitdb.inc')
-rw-r--r--meta/recipes-devtools/python/python-gitdb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-gitdb.inc b/meta/recipes-devtools/python/python-gitdb.inc
index 2d5292e5d4..789ab959fd 100644
--- a/meta/recipes-devtools/python/python-gitdb.inc
+++ b/meta/recipes-devtools/python/python-gitdb.inc
@@ -8,8 +8,8 @@ inherit pypi
8 8
9PYPI_PACKAGE = "gitdb2" 9PYPI_PACKAGE = "gitdb2"
10 10
11SRC_URI[md5sum] = "d5217eb94ebd36fcec62b929d1f72b00" 11SRC_URI[md5sum] = "6e21f5795a204f7afecb0a72fff66932"
12SRC_URI[sha256sum] = "b60e29d4533e5e25bb50b7678bbc187c8f6bcff1344b4f293b2ba55c85795f09" 12SRC_URI[sha256sum] = "bb4c85b8a58531c51373c89f92163b92f30f81369605a67cd52d1fc21246c044"
13 13
14DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" 14DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap"
15 15