We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53f1b1 commit 83a69edCopy full SHA for 83a69ed
bootstrap-salt.sh
@@ -5674,6 +5674,9 @@ install_arch_linux_stable_deps() {
5674
pacman -Su --noconfirm --needed python${PY_PKG_VER}-yaml
5675
pacman -Su --noconfirm --needed python${PY_PKG_VER}-tornado
5676
5677
+ ## DGM 3006.x pkg doesn't have tornado in reqs
5678
+ pacman -Su --noconfirm --needed python${PY_PKG_VER}-tornado
5679
+
5680
if [ "$_INSTALL_CLOUD" -eq $BS_TRUE ]; then
5681
# shellcheck disable=SC2086
5682
pacman -Su --noconfirm --needed python${PY_PKG_VER}-apache-libcloud || return 1
0 commit comments