fix(shared): install tzdata distibutions package (#2105)

zoneinfo rely on the system tzdata package to work.
This commit is contained in:
Jonas L 2022-09-08 17:50:39 +02:00 committed by GitHub
parent fb789c323c
commit f4b1387e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -546,6 +546,10 @@ $PIP install --upgrade setuptools~=58.0
######################################################################################## ########################################################################################
section "Shared" section "Shared"
# shellcheck disable=SC2046
install_packages $(list_packages "$SCRIPT_DIR/shared")
install_python_app "$SCRIPT_DIR/shared" install_python_app "$SCRIPT_DIR/shared"
section "API client" section "API client"

3
shared/packages.ini Normal file
View File

@ -0,0 +1,3 @@
# This file contains a list of package dependencies.
[tzdata]
tzdata = buster, bullseye, bookworm, bionic, focal, jammy