diff options
author | Derek Straka <derek@asterius.io> | 2017-02-16 18:09:34 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-20 11:50:13 +0100 |
commit | c4b47e17df54ad48b7953d11e450d41329b41f91 (patch) | |
tree | 1415def0f379a4ddb06d3dabf77c317acbd1066a /meta-python/recipes-devtools/python/python-jsonschema.inc | |
parent | 0e43562753dc7e2811d35f228ce67dc64b0c0313 (diff) | |
download | meta-openembedded-c4b47e17df54ad48b7953d11e450d41329b41f91.tar.gz |
python-jsonschema: update to version 2.6.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonschema.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jsonschema.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc index 3466457e0..74933f58c 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc | |||
@@ -2,8 +2,8 @@ SUMMARY = "An implementation of JSON Schema validation for Python" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "374e848fdb69a3ce8b7e778b47c30640" | 5 | SRC_URI[md5sum] = "50c6b69a373a8b55ff1e0ec6e78f13f4" |
6 | SRC_URI[sha256sum] = "36673ac378feed3daa5956276a829699056523d7961027911f064b52255ead41" | 6 | SRC_URI[sha256sum] = "6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02" |
7 | 7 | ||
8 | RDEPENDS_${PN} += " \ | 8 | RDEPENDS_${PN} += " \ |
9 | ${PYTHON_PN}-core \ | 9 | ${PYTHON_PN}-core \ |