From: Alexander Kanavin Date: Wed, 4 Jan 2023 11:05:44 +0000 (+0100) Subject: python3-jsonschema: depend on rfc3339-validator in all cases X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2046 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=547d646540ebb9a4d3dbb310518e2200a14e6ebc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-jsonschema: depend on rfc3339-validator in all cases This has been the case since https://github.com/python-jsonschema/jsonschema/commit/622c7b276e01d24b5569ab27cfefb692ae91012e Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 392b9584a34..24cde3711c4 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] = ",,,\ ${PYTHON_PN}-jsonpointer \ ${PYTHON_PN}-webcolors \ ${PYTHON_PN}-rfc3987 \ - ${PYTHON_PN}-strict-rfc3339 \ + ${PYTHON_PN}-rfc3339-validator \ " PACKAGECONFIG[nongpl] = ",,,\ ${PYTHON_PN}-idna \