diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-13 11:00:40 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-14 16:19:43 +0000 |
| commit | 7764fb473895e536acadd1c1e5d51620b90ad4bf (patch) | |
| tree | d887091a4969ae0a3b019e9faa5ad809dfa87d11 /meta/recipes-devtools/python | |
| parent | 2140ca72b9dc9aa225b224b8dc14fd9423609413 (diff) | |
| download | poky-7764fb473895e536acadd1c1e5d51620b90ad4bf.tar.gz | |
python3-dtschema: upgrade 2022.9 -> 2022.11
Changelog:
============
- Rework exception handling to better handle Ctrl-C exits
- Various updates to README.md including examples on running different
commands
- Allow using schemas for validation which fail meta-schema checks. This
will allow using schemas which have failures due to new meta-schema
checks.
(From OE-Core rev: ce68658c5471223933239d553abdd2cc5e3520ff)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-dtschema_2022.11.bb (renamed from meta/recipes-devtools/python/python3-dtschema_2022.9.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dtschema_2022.9.bb b/meta/recipes-devtools/python/python3-dtschema_2022.11.bb index 3dcbc2dcb2..fd87db2c2b 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2022.9.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2022.11.bb | |||
| @@ -7,7 +7,7 @@ inherit pypi setuptools3 | |||
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "dtschema" | 8 | PYPI_PACKAGE = "dtschema" |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "c9533312a2d77c4ccdbffda1504aba850d9b224fd8b43e929cee2aa68478e82a" | 10 | SRC_URI[sha256sum] = "825e51b8bb82a2d4833d15c25ff2b9a3f5a53b36a490d7c4b6b136037e823320" |
| 11 | 11 | ||
| 12 | DEPENDS += "python3-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
| 13 | RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" | 13 | RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" |
