blob: 459726199edb032bb3f076626ac191438f0cc325 [file] [log] [blame]
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05001SUMMARY = "Generate JSON-RPC requests and parse responses in Python"
2HOMEPAGE = "https://github.com/explodinglabs/jsonrpcclient"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=10f3d7679914df805c98fb351172e677"
5
Patrick Williams73bd93f2024-02-20 08:07:48 -06006SRCREV = "e5dd11736925a9a8e463fc9420eab95235f181e3"
7SRC_URI = "git://github.com/explodinglabs/jsonrpcclient.git;branch=main;protocol=https"
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05008
Patrick Williams73bd93f2024-02-20 08:07:48 -06009inherit python_setuptools_build_meta
10
11S = "${WORKDIR}/git"
Patrick Williamsdb4c27e2022-08-05 08:10:29 -050012
13RDEPENDS:${PN} += "\
Patrick Williamsb542dec2023-06-09 01:26:37 -050014 python3-json \
15 python3-math \
16 python3-netclient \
Patrick Williamsdb4c27e2022-08-05 08:10:29 -050017"
18
19BBCLASSEXTEND = "native nativesdk"