Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | SUMMARY = "An implementation of JSON Schema validation for Python" |
| 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" |
| 4 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 5 | SRC_URI[md5sum] = "50c6b69a373a8b55ff1e0ec6e78f13f4" |
| 6 | SRC_URI[sha256sum] = "6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 7 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 8 | DEPENDS += "${PYTHON_PN}-vcversioner-native" |
| 9 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 10 | RDEPENDS_${PN} += " \ |
| 11 | ${PYTHON_PN}-core \ |
| 12 | ${PYTHON_PN}-io \ |
| 13 | ${PYTHON_PN}-json \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 14 | ${PYTHON_PN}-netclient \ |
| 15 | ${PYTHON_PN}-numbers \ |
| 16 | ${PYTHON_PN}-pkgutil \ |
| 17 | ${PYTHON_PN}-pprint \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 18 | ${PYTHON_PN}-rfc3987 \ |
| 19 | ${PYTHON_PN}-shell \ |
| 20 | ${PYTHON_PN}-strict-rfc3339 \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 21 | ${PYTHON_PN}-unittest \ |
| 22 | " |
| 23 | |
| 24 | BBCLASSEXTEND = "native nativesdk" |