diff options
author | Pavel Zhukov <pavel@zhukoff.net> | 2024-02-08 16:04:10 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:16 -0800 |
commit | d5dbc6b6a55cede4f746a3a956bdd712c9db9a3c (patch) | |
tree | 607533b057fe639f7e1936760a1b9aea809f5b50 /meta-python/recipes-devtools/python | |
parent | e8a1c9823b7e55dd2ca7f19a3fd3a05ae676bfe2 (diff) | |
download | meta-openembedded-d5dbc6b6a55cede4f746a3a956bdd712c9db9a3c.tar.gz |
python3-tzlocal: Add zoneinfo dependency
Fixes: https://github.com/openembedded/meta-openembedded/issues/787
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb index 866a7a78c5..da58964f2c 100644 --- a/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb +++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.2.bb | |||
@@ -10,4 +10,5 @@ inherit pypi python_setuptools_build_meta | |||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | python3-datetime \ | 11 | python3-datetime \ |
12 | python3-logging \ | 12 | python3-logging \ |
13 | python3-zoneinfo \ | ||
13 | " | 14 | " |