blob: 6fdc02498f11538e706a24df02f70617eedd6344 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001SUMMARY = "An implementation of JSON Schema validation for Python"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8"
4
5SRC_URI[md5sum] = "50c6b69a373a8b55ff1e0ec6e78f13f4"
6SRC_URI[sha256sum] = "6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02"
7
8DEPENDS += "${PYTHON_PN}-vcversioner-native"
9
10RDEPENDS_${PN} += " \
11 ${PYTHON_PN}-core \
12 ${PYTHON_PN}-io \
13 ${PYTHON_PN}-json \
14 ${PYTHON_PN}-netclient \
15 ${PYTHON_PN}-numbers \
16 ${PYTHON_PN}-pkgutil \
17 ${PYTHON_PN}-pprint \
18 ${PYTHON_PN}-rfc3987 \
19 ${PYTHON_PN}-shell \
20 ${PYTHON_PN}-strict-rfc3339 \
21 ${PYTHON_PN}-unittest \
22"
23
24BBCLASSEXTEND = "native nativesdk"