Skip to content

Commit

Permalink
Added tornado for Arch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Jul 23, 2024
1 parent aadc4df commit c202407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5679,6 +5679,9 @@ install_arch_linux_stable_deps() {
pacman -Su --noconfirm --needed python${PY_PKG_VER}-yaml
pacman -Su --noconfirm --needed python${PY_PKG_VER}-tornado

## DGM 3006.x pkg doesn't have tornado in reqs
pacman -Su --noconfirm --needed python${PY_PKG_VER}-tornado

if [ "$_INSTALL_CLOUD" -eq $BS_TRUE ]; then
# shellcheck disable=SC2086
pacman -Su --noconfirm --needed python${PY_PKG_VER}-apache-libcloud || return 1
Expand Down

0 comments on commit c202407

Please sign in to comment.