diff options
author | Derek Straka <derek@asterius.io> | 2023-12-21 22:53:03 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-22 06:39:35 -0800 |
commit | 377c236a04511f582284015843c9b9b7b6398841 (patch) | |
tree | 353cc74dd29ab8f47bb166b58b2e21fc0371a52b /meta-python | |
parent | 52891f17294e04255027a0981bbe5aa669b7f6d8 (diff) | |
download | meta-openembedded-377c236a04511f582284015843c9b9b7b6398841.tar.gz |
python3-greenlet: update to version 3.0.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-greenlet_3.0.3.bb (renamed from meta-python/recipes-devtools/python/python3-greenlet_3.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.0.2.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.0.3.bb index 337bd95a6..abd6c49ca 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_3.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.0.3.bb | |||
@@ -4,6 +4,6 @@ LICENSE = "MIT & PSF-2.0" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ |
5 | file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" | 5 | file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "1c1129bc47266d83444c85a8e990ae22688cf05fb20d7951fd2866007c2ba9bc" | 7 | SRC_URI[sha256sum] = "43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |