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 | |||||
6 | SRC_URI[sha256sum] = "c0d475494b3e1b591ecdee7883739accaf5695edb673f16b7383b8c6bbdb1ca3" | ||||
7 | |||||
8 | inherit pypi setuptools3 | ||||
9 | |||||
10 | RDEPENDS:${PN} += "\ | ||||
11 | python3-core \ | ||||
12 | " | ||||
13 | |||||
14 | BBCLASSEXTEND = "native nativesdk" |