diff mbox series

[meta-python,v2,2/2] python3-tzlocal: Remove dependency on pytz_deprecation_shim removed in release 5.0

Message ID 20230927213613.1721447-2-derek@asterius.io
State Under Review
Headers show
Series [meta-python,v2,1/2] python3-pytz-deprecation-shim: Remove outdated recipe meant to be a short lived shim | expand

Commit Message

Derek Straka Sept. 27, 2023, 9:36 p.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 a59fd9364..9673c5d0e 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
 RDEPENDS:${PN} += " \
     python3-datetime \
     python3-logging \
-    python3-pytz-deprecation-shim \
 "