diff mbox series

[meta-python,1/2] python3-pytz-deprecation-shim: Runtime dependencies

Message ID 20220927130250.2221578-1-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/2] python3-pytz-deprecation-shim: Runtime dependencies | expand

Commit Message

Leon Anavi Sept. 27, 2022, 1:02 p.m. UTC
Add zoneinfo as a runtime dependency.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-pytz-deprecation-shim_0.1.0.post0.bb       | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb b/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb
index d116c3bd4..022cf39ac 100644
--- a/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb
@@ -9,3 +9,7 @@  PYPI_PACKAGE = "pytz_deprecation_shim"
 PYPI_SRC_URI = "https://files.pythonhosted.org/packages/94/f0/909f94fea74759654390a3e1a9e4e185b6cd9aa810e533e3586f39da3097/${PYPI_PACKAGE}-${PV}.tar.gz"
 
 inherit pypi python_setuptools_build_meta
+
+RDEPENDS:${PN} += "\
+        ${PYTHON_PN}-zoneinfo \
+"