diff options
author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-08-23 15:22:35 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-24 05:20:43 -0700 |
commit | b534bf97b621b95907af1f65c1bd50a9deab57a9 (patch) | |
tree | d1ce81c91f31fe3b0449a93b9c0e5c5c956e81ec | |
parent | eec355783eb224efdaffdd82d60b94beb875e793 (diff) | |
download | meta-openembedded-b534bf97b621b95907af1f65c1bd50a9deab57a9.tar.gz |
python-jsonschema: upgrade 2.6.0 -> 3.0.2
Add dependency on setuptools-scm-native
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-jsonschema.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb (renamed from meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc index 6fdc02498..8f5bdaa58 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc | |||
@@ -2,10 +2,10 @@ 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] = "50c6b69a373a8b55ff1e0ec6e78f13f4" | 5 | SRC_URI[md5sum] = "2b44d00dccc96d7ba3839190263152eb" |
6 | SRC_URI[sha256sum] = "6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02" | 6 | SRC_URI[sha256sum] = "8d4a2b7b6c2237e0199c8ea1a6d3e05bf118e289ae2b9d7ba444182a2959560d" |
7 | 7 | ||
8 | DEPENDS += "${PYTHON_PN}-vcversioner-native" | 8 | DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS_${PN} += " \ |
11 | ${PYTHON_PN}-core \ | 11 | ${PYTHON_PN}-core \ |
diff --git a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb b/meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb index b677c646e..b677c646e 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb b/meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb index 926990747..926990747 100644 --- a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb | |||