diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-01-04 12:05:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:48 +0000 |
commit | 9a2062a1e3fffa0f70660a3b21fa333feb18356e (patch) | |
tree | c275f5fed39299f29c1c3d08fb204826fa513263 /meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb | |
parent | fad9846ceb83272d100b8e65eacf1b771721203d (diff) | |
download | poky-9a2062a1e3fffa0f70660a3b21fa333feb18356e.tar.gz |
python3-jsonschema: depend on rfc3339-validator in all cases
This has been the case since
https://github.com/python-jsonschema/jsonschema/commit/622c7b276e01d24b5569ab27cfefb692ae91012e
(From OE-Core rev: 547d646540ebb9a4d3dbb310518e2200a14e6ebc)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
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/python3-jsonschema_4.17.3.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb b/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb index 392b9584a3..24cde3711c 100644 --- a/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb +++ b/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb | |||
@@ -19,7 +19,7 @@ PACKAGECONFIG[format] = ",,,\ | |||
19 | ${PYTHON_PN}-jsonpointer \ | 19 | ${PYTHON_PN}-jsonpointer \ |
20 | ${PYTHON_PN}-webcolors \ | 20 | ${PYTHON_PN}-webcolors \ |
21 | ${PYTHON_PN}-rfc3987 \ | 21 | ${PYTHON_PN}-rfc3987 \ |
22 | ${PYTHON_PN}-strict-rfc3339 \ | 22 | ${PYTHON_PN}-rfc3339-validator \ |
23 | " | 23 | " |
24 | PACKAGECONFIG[nongpl] = ",,,\ | 24 | PACKAGECONFIG[nongpl] = ",,,\ |
25 | ${PYTHON_PN}-idna \ | 25 | ${PYTHON_PN}-idna \ |