diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-16 17:02:01 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:35:59 -0700 |
commit | 3b66eea641731cf40c03e66ab9d74bf397c1b6b7 (patch) | |
tree | bb7694f625414c81ac75025a390acf06b6449ae7 /meta-python | |
parent | efee534a33fddbca463f73fa04e8937c123f770b (diff) | |
download | meta-openembedded-3b66eea641731cf40c03e66ab9d74bf397c1b6b7.tar.gz |
python3-greenstalk: upgrade 2.0.2 -> 2.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-greenstalk_2.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb b/meta-python/recipes-devtools/python/python3-greenstalk_2.1.0.bb index 33eb62d5d9..5b87f39f12 100644 --- a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-greenstalk_2.1.0.bb | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/mayhewj/greenstalk" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "3ebde5fc9ecf986f96f6779fd6d15a53f33d432c52a2e28012e100a99ee154a4" | 6 | SRC_URI[sha256sum] = "a731ca15bc3b03dfffc438db08c96d0c4e8ce5f472403573e40a1939791c12a7" |
7 | 7 | ||
8 | RDEPENDS:${PN} += "python3-io python3-core" | 8 | RDEPENDS:${PN} += "python3-io python3-core" |
9 | 9 | ||
10 | inherit pypi python_setuptools_build_meta | 10 | inherit pypi python_setuptools_build_meta python_hatchling |