blob: 74933f58cda7aee035b0ce71cdb582989753346e [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "An implementation of JSON Schema validation for Python"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8"
4
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005SRC_URI[md5sum] = "50c6b69a373a8b55ff1e0ec6e78f13f4"
6SRC_URI[sha256sum] = "6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02"
Patrick Williamsddad1a12017-02-23 20:36:32 -06007
8RDEPENDS_${PN} += " \
9 ${PYTHON_PN}-core \
10 ${PYTHON_PN}-io \
11 ${PYTHON_PN}-json \
12 ${PYTHON_PN}-lang \
13 ${PYTHON_PN}-netclient \
14 ${PYTHON_PN}-numbers \
15 ${PYTHON_PN}-pkgutil \
16 ${PYTHON_PN}-pprint \
17 ${PYTHON_PN}-re \
18 ${PYTHON_PN}-rfc3987 \
19 ${PYTHON_PN}-shell \
20 ${PYTHON_PN}-strict-rfc3339 \
21 ${PYTHON_PN}-subprocess \
22 ${PYTHON_PN}-textutils \
23 ${PYTHON_PN}-unittest \
24"
25
26BBCLASSEXTEND = "native nativesdk"