mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
python3-jsonrpcclient: Added the jsonrpcclient Python package
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4012175df3
commit
ecbcc3bfc0
|
|
@ -0,0 +1,14 @@
|
||||||
|
SUMMARY = "Generate JSON-RPC requests and parse responses in Python"
|
||||||
|
HOMEPAGE = "https://github.com/explodinglabs/jsonrpcclient"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=10f3d7679914df805c98fb351172e677"
|
||||||
|
|
||||||
|
SRC_URI[sha256sum] = "c0d475494b3e1b591ecdee7883739accaf5695edb673f16b7383b8c6bbdb1ca3"
|
||||||
|
|
||||||
|
inherit pypi setuptools3
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += "\
|
||||||
|
python3-core \
|
||||||
|
"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
Loading…
Reference in New Issue
Block a user