rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | SUMMARY = "An implementation of JSON Schema validation for Python" |
| 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" |
| 4 | |
| 5 | SRC_URI[md5sum] = "50c6b69a373a8b55ff1e0ec6e78f13f4" |
| 6 | SRC_URI[sha256sum] = "6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02" |
| 7 | |
| 8 | DEPENDS += "${PYTHON_PN}-vcversioner-native" |
| 9 | |
| 10 | RDEPENDS_${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 | |
| 24 | BBCLASSEXTEND = "native nativesdk" |