diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-06 16:46:20 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:18 -0700 |
commit | a4402843c854eb0f1d7d7d5d67ee94446012e4fd (patch) | |
tree | c4cf8196daa17d001cab52a7b65f17f9d3753aaf /meta-python/recipes-devtools/python | |
parent | 0a343497ec1128fcbe58f7fe340562a20d5988ee (diff) | |
download | meta-openembedded-a4402843c854eb0f1d7d7d5d67ee94446012e4fd.tar.gz |
python3-rapidjson: upgrade 1.18 -> 1.19
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-rapidjson_1.19.bb (renamed from meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.19.bb index 9ca1e826dc..bfc05a7354 100644 --- a/meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb +++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.19.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/python-rapidjson/python-rapidjson" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6fe0b2465366662d7cfa6793ccbab563" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6fe0b2465366662d7cfa6793ccbab563" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "09a5c362e2fec2a41b53e79e88bd8f0704447cb67c1c89a59e3092ccb4a30355" | 7 | SRC_URI[sha256sum] = "81e7260f6297cad564389b700783c0a33de71310b9eb01fd013faec5e7ed4eff" |
8 | 8 | ||
9 | # Inheriting ptest provides functionality for packaging and installing runtime tests for this recipe | 9 | # Inheriting ptest provides functionality for packaging and installing runtime tests for this recipe |
10 | inherit setuptools3 pypi ptest | 10 | inherit setuptools3 pypi ptest |