From cc610dcc1f23fc80827f8552c720e5c8c7d48abd Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 27 Sep 2022 16:02:49 +0300 Subject: python3-pytz-deprecation-shim: Runtime dependencies Add zoneinfo as a runtime dependency. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-pytz-deprecation-shim_0.1.0.post0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python') 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 \ +" -- cgit v1.2.3-54-g00ecf