Skip to content

Commit c202407

Browse files
committed
Added tornado for Arch
1 parent aadc4df commit c202407

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
@@ -5679,6 +5679,9 @@ install_arch_linux_stable_deps() {
56795679
pacman -Su --noconfirm --needed python${PY_PKG_VER}-yaml
56805680
pacman -Su --noconfirm --needed python${PY_PKG_VER}-tornado
56815681

5682+
## DGM 3006.x pkg doesn't have tornado in reqs
5683+
pacman -Su --noconfirm --needed python${PY_PKG_VER}-tornado
5684+
56825685
if [ "$_INSTALL_CLOUD" -eq $BS_TRUE ]; then
56835686
# shellcheck disable=SC2086
56845687
pacman -Su --noconfirm --needed python${PY_PKG_VER}-apache-libcloud || return 1

0 commit comments

Comments
 (0)