summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-09-27 16:02:49 +0300
committerKhem Raj <raj.khem@gmail.com>2022-09-28 14:54:31 -0700
commitcc610dcc1f23fc80827f8552c720e5c8c7d48abd (patch)
tree5788801b509ae1c36545f4f5cc9938fd3b6b4df3 /meta-python
parent36e6a3aec9908b4a5d44ee5eb1441f063edc774d (diff)
downloadmeta-openembedded-cc610dcc1f23fc80827f8552c720e5c8c7d48abd.tar.gz
python3-pytz-deprecation-shim: Runtime dependencies
Add zoneinfo as a runtime dependency. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytz-deprecation-shim_0.1.0.post0.bb4
1 files changed, 4 insertions, 0 deletions
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"
9PYPI_SRC_URI = "https://files.pythonhosted.org/packages/94/f0/909f94fea74759654390a3e1a9e4e185b6cd9aa810e533e3586f39da3097/${PYPI_PACKAGE}-${PV}.tar.gz" 9PYPI_SRC_URI = "https://files.pythonhosted.org/packages/94/f0/909f94fea74759654390a3e1a9e4e185b6cd9aa810e533e3586f39da3097/${PYPI_PACKAGE}-${PV}.tar.gz"
10 10
11inherit pypi python_setuptools_build_meta 11inherit pypi python_setuptools_build_meta
12
13RDEPENDS:${PN} += "\
14 ${PYTHON_PN}-zoneinfo \
15"