summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:39:18 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:53 -0700
commit9f28bbf6a45be8c97ae936c1b3c9dc7b43660a02 (patch)
tree29e2dd16236a91232681e400aaa23b174bdef09f /meta-python/recipes-devtools
parentf3f3e97ff14240029e405c367d5338c21f72d829 (diff)
downloadmeta-openembedded-9f28bbf6a45be8c97ae936c1b3c9dc7b43660a02.tar.gz
python3-tzlocal: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-tzlocal_5.0.1.bb1
1 files changed, 1 insertions, 0 deletions
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 97f4f410e..a59fd9364 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
@@ -9,5 +9,6 @@ inherit pypi python_setuptools_build_meta
9 9
10RDEPENDS:${PN} += " \ 10RDEPENDS:${PN} += " \
11 python3-datetime \ 11 python3-datetime \
12 python3-logging \
12 python3-pytz-deprecation-shim \ 13 python3-pytz-deprecation-shim \
13" 14"