python3-jsonschema: depend on rfc3339-validator in all cases

This has been the case since
622c7b276e

(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>
This commit is contained in:
Alexander Kanavin
2023-01-04 12:05:44 +01:00
committed by Richard Purdie
parent fad9846ceb
commit 9a2062a1e3

View File

@@ -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 \