diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb (renamed from meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb b/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb index 08ee15a920..459726199e 100644 --- a/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb | |||
@@ -3,9 +3,12 @@ HOMEPAGE = "https://github.com/explodinglabs/jsonrpcclient" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=10f3d7679914df805c98fb351172e677" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=10f3d7679914df805c98fb351172e677" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "c0d475494b3e1b591ecdee7883739accaf5695edb673f16b7383b8c6bbdb1ca3" | 6 | SRCREV = "e5dd11736925a9a8e463fc9420eab95235f181e3" |
7 | SRC_URI = "git://github.com/explodinglabs/jsonrpcclient.git;branch=main;protocol=https" | ||
7 | 8 | ||
8 | inherit pypi setuptools3 | 9 | inherit python_setuptools_build_meta |
10 | |||
11 | S = "${WORKDIR}/git" | ||
9 | 12 | ||
10 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
11 | python3-json \ | 14 | python3-json \ |