From 83a69eda8bebdbe0f4a70d40e074d7f87aa3b819 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 83c676f0b..0afb6ef04 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -5674,6 +5674,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