Date
1 - 1 of 1
[meta-python][PATCH 1/2] python3-pytz-deprecation-shim: Runtime dependencies
Add zoneinfo as a runtime dependency.
Signed-off-by: Leon Anavi <leon.anavi@...> --- .../python/python3-pytz-deprecation-shim_0.1.0.post0.bb | 4 ++++ 1 file changed, 4 insertions(+) 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 \ +" -- 2.30.2 |
|