blob: 5b842a462d5ce829492b9afd7b4ee1159358eeaf [file] [log] [blame]
Andrew Geisslerd221e032020-07-10 16:13:21 -05001SUMMARY = "jsonref is a library for automatic dereferencing of JSON Reference objects for Python"
2HOMEPAGE = "https://github.com/gazpachoking/jsonref"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a34264f25338d41744dca1abfe4eb18f"
5
Patrick Williams7784c422022-11-17 07:29:11 -06006SRC_URI[sha256sum] = "51d3e18b83ca7170ff51286a0e1a6719d8b7fcc7abdb16b189395a8536996b97"
Andrew Geisslerd221e032020-07-10 16:13:21 -05007
8inherit pypi setuptools3
9
10BBCLASSEXTEND = "native nativesdk"
Patrick Williams2194f502022-10-16 14:26:09 -050011
12RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-core \
14 ${PYTHON_PN}-json \
15 ${PYTHON_PN}-netclient \
16"