diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2019-12-04 07:02:17 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-05 23:01:06 -0800 |
commit | 8bbd98b2bb216498653ea9b5f66eecb11d63feeb (patch) | |
tree | 1d90a1eb4ff2c0f9e15640d1379e2381f3c20d64 /meta-python/recipes-devtools/python/python-jsonschema.inc | |
parent | 40b3a5123120da0e45862a534abd42fa77c6fb6c (diff) | |
download | meta-openembedded-8bbd98b2bb216498653ea9b5f66eecb11d63feeb.tar.gz |
python-jsonschema: 3.1.1 -> 3.2.0
0001-setup.cfg-add-non-GPL-format-option.patch
Removed since it is included in 3.2.0
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonschema.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jsonschema.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc index 258beadc43..8135b0fe65 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc | |||
@@ -7,10 +7,8 @@ DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" | |||
7 | 7 | ||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-jsonschema:" | 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-jsonschema:" |
9 | 9 | ||
10 | SRC_URI_append = " file://0001-setup.cfg-add-non-GPL-format-option.patch" | 10 | SRC_URI[md5sum] = "f1a0b5011f05a02a8dee1070cd10a26d" |
11 | 11 | SRC_URI[sha256sum] = "c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a" | |
12 | SRC_URI[md5sum] = "a802ab85600074a726ef6acc4e6a8148" | ||
13 | SRC_URI[sha256sum] = "2fa0684276b6333ff3c0b1b27081f4b2305f0a36cf702a23db50edb141893c3f" | ||
14 | 12 | ||
15 | PACKAGECONFIG ??= "format" | 13 | PACKAGECONFIG ??= "format" |
16 | PACKAGECONFIG[format] = ",,,\ | 14 | PACKAGECONFIG[format] = ",,,\ |