diff options
author | Derek Straka <derek@asterius.io> | 2023-09-27 21:36:13 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-27 15:29:09 -0700 |
commit | 4985fbfcf3217f8e6df2847341ffb8519a2de26c (patch) | |
tree | 85b50bccea67506fae390037ac5fdc86b4b4c3d7 /meta-python/recipes-devtools/python | |
parent | 6defcd8716d506cc92a88cae39f5949372834bf7 (diff) | |
download | meta-openembedded-4985fbfcf3217f8e6df2847341ffb8519a2de26c.tar.gz |
python3-tzlocal: Remove dependency on pytz_deprecation_shim removed in release 5.0
Signed-off-by: Derek Straka <derek@asterius.io>
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-tzlocal_5.0.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb index a59fd93643..9673c5d0ea 100644 --- a/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb | |||
@@ -10,5 +10,4 @@ inherit pypi python_setuptools_build_meta | |||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | python3-datetime \ | 11 | python3-datetime \ |
12 | python3-logging \ | 12 | python3-logging \ |
13 | python3-pytz-deprecation-shim \ | ||
14 | " | 13 | " |