diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-01 08:25:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:55 +0000 |
commit | 8ded6b92578ded2f39030ee65f29757f1fea64d4 (patch) | |
tree | 6d39f10b5366eb2dc5168f3670df1bcdd9e37311 /meta/recipes-devtools | |
parent | 1c88bc1fe3ba7fedbe6fd2afa51ccd68d6e0d039 (diff) | |
download | poky-8ded6b92578ded2f39030ee65f29757f1fea64d4.tar.gz |
python3-pytz: upgrade 2024.2 -> 2025.1
(From OE-Core rev: c8445cf5d8e3a47f7ae38d400c7d4edf7d32d3cc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-pytz_2025.1.bb (renamed from meta/recipes-devtools/python/python3-pytz_2024.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pytz_2024.2.bb b/meta/recipes-devtools/python/python3-pytz_2025.1.bb index a379e19234..6d1861fbd5 100644 --- a/meta/recipes-devtools/python/python3-pytz_2024.2.bb +++ b/meta/recipes-devtools/python/python3-pytz_2025.1.bb | |||
@@ -7,7 +7,7 @@ inherit pypi setuptools3 ptest-python-pytest | |||
7 | 7 | ||
8 | PTEST_PYTEST_DIR = "pytz/tests" | 8 | PTEST_PYTEST_DIR = "pytz/tests" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a" | 10 | SRC_URI[sha256sum] = "c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e" |
11 | 11 | ||
12 | RDEPENDS:${PN}:class-target += "\ | 12 | RDEPENDS:${PN}:class-target += "\ |
13 | python3-datetime \ | 13 | python3-datetime \ |