mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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:
parent
fc9c022a68
commit
3bfd00e0fe
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user