python3-fastjsonschema: upgrade 2.15.3 -> 2.16.1

Add dependence python3-json

Changelog from 2.15.3 to 2.16.1
================================
* Fix uniqueItems when explicitly set to False
* Fix generating invalid code for some schemas using items
* Preserving full path in combination with $ref
* Improved error messages for oneOf and anyOf

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Xu Huan 2022-07-22 09:35:22 +08:00 committed by Khem Raj
parent fc9c022a68
commit 3bfd00e0fe

View File

@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/seznam/python-fastjsonschema"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=18950e8362b69c0c617b42b8bd8e7532"
SRCREV = "d03f3835da4899bdeb597a9d3f30a709e7c3254f"
SRCREV = "98399bb4029b2d7020d8abd9770661a5b2c4f9f8"
PYPI_SRC_URI = "git://github.com/horejsek/python-fastjsonschema;protocol=https;branch=master"
SRC_URI += "file://run-ptest"
@ -33,6 +33,7 @@ RDEPENDS:${PN} += "\
python3-urllib3 \
python3-numbers \
python3-pickle \
python3-json \
"
BBCLASSEXTEND = "native nativesdk"