Skip to content

Commit 83a69ed

Browse files
committed
Added tornado for Arch
1 parent f53f1b1 commit 83a69ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootstrap-salt.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5674,6 +5674,9 @@ install_arch_linux_stable_deps() {
56745674
pacman -Su --noconfirm --needed python${PY_PKG_VER}-yaml
56755675
pacman -Su --noconfirm --needed python${PY_PKG_VER}-tornado
56765676

5677+
## DGM 3006.x pkg doesn't have tornado in reqs
5678+
pacman -Su --noconfirm --needed python${PY_PKG_VER}-tornado
5679+
56775680
if [ "$_INSTALL_CLOUD" -eq $BS_TRUE ]; then
56785681
# shellcheck disable=SC2086
56795682
pacman -Su --noconfirm --needed python${PY_PKG_VER}-apache-libcloud || return 1

0 commit comments

Comments
 (0)