blob: c2500300f1f5314d0aa6052693512e8a177591b9 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001SUMMARY = "Library to process JSON-RPC requests"
2HOMEPAGE = "https://github.com/bcb/jsonrpcserver"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=61b63ea9d36f6fb63ddaaaac8265304f"
5
6SRC_URI[sha256sum] = "0cc514559596fa380bf188e31b0cdf3d9e6d9cc162fdca8a49ed511b291a9ae1"
7
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += "\
11 python3-apply-defaults \
12 python3-asyncio \
13 python3-core \
14 python3-json \
15 python3-jsonschema \
16 python3-logging \
17 python3-netclient \
18 python3-pkgutil \
19"
20
21BBCLASSEXTEND = "native nativesdk"