From c20240745e0b9f105dfcb28caaadf693f8f9302e Mon Sep 17 00:00:00 2001 From: David Murphy Date: Mon, 1 Jul 2024 16:35:04 -0600 Subject: [PATCH] Added tornado for Arch --- bootstrap-salt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index f58f64a25..47ddba215 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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