diff options
| author | Derek Straka <derek@asterius.io> | 2024-02-02 20:26:25 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-02 13:44:20 -0800 |
| commit | f134622986107b7da05e62553b60fe5d9fb9a5ca (patch) | |
| tree | 115c4750885d5b241434f6e92f11f4cf7123a466 /meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb | |
| parent | cc3537fa900ab1596ce432cfa4201ad24b584590 (diff) | |
| download | meta-openembedded-f134622986107b7da05e62553b60fe5d9fb9a5ca.tar.gz | |
python3-jsonrpcclient: update to version 4.0.3
Leverage the github repo as src is not published in the latest pypi release
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb b/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb new file mode 100644 index 0000000000..459726199e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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 | SRCREV = "e5dd11736925a9a8e463fc9420eab95235f181e3" | ||
| 7 | SRC_URI = "git://github.com/explodinglabs/jsonrpcclient.git;branch=main;protocol=https" | ||
| 8 | |||
| 9 | inherit python_setuptools_build_meta | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-json \ | ||
| 15 | python3-math \ | ||
| 16 | python3-netclient \ | ||
| 17 | " | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
