Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bootstrap-salt.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

## DGM generate a full develop build now

# WARNING: Changes to this file in the salt repo will be overwritten!
# Please submit pull requests against the salt-bootstrap repo:
# https://github.com/saltstack/salt-bootstrap
Expand Down Expand Up @@ -5677,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
Loading