fix(shared): install tzdata distibutions package (#2105)
zoneinfo rely on the system tzdata package to work.
This commit is contained in:
parent
fb789c323c
commit
f4b1387e01
2 changed files with 7 additions and 0 deletions
4
install
4
install
|
@ -546,6 +546,10 @@ $PIP install --upgrade setuptools~=58.0
|
|||
########################################################################################
|
||||
|
||||
section "Shared"
|
||||
|
||||
# shellcheck disable=SC2046
|
||||
install_packages $(list_packages "$SCRIPT_DIR/shared")
|
||||
|
||||
install_python_app "$SCRIPT_DIR/shared"
|
||||
|
||||
section "API client"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue