Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Generate JSON-RPC requests and parse responses in Python" |
| 2 | HOMEPAGE = "https://github.com/explodinglabs/jsonrpcclient" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=10f3d7679914df805c98fb351172e677" |
| 5 | |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 6 | SRCREV = "e5dd11736925a9a8e463fc9420eab95235f181e3" |
| 7 | SRC_URI = "git://github.com/explodinglabs/jsonrpcclient.git;branch=main;protocol=https" |
Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 8 | |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 9 | inherit python_setuptools_build_meta |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 12 | |
| 13 | RDEPENDS:${PN} += "\ |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame] | 14 | python3-json \ |
| 15 | python3-math \ |
| 16 | python3-netclient \ |
Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 17 | " |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |