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 aadc4df commit c202407Copy full SHA for c202407
bootstrap-salt.sh
@@ -5679,6 +5679,9 @@ install_arch_linux_stable_deps() {
5679
pacman -Su --noconfirm --needed python${PY_PKG_VER}-yaml
5680
pacman -Su --noconfirm --needed python${PY_PKG_VER}-tornado
5681
5682
+ ## DGM 3006.x pkg doesn't have tornado in reqs
5683
+ pacman -Su --noconfirm --needed python${PY_PKG_VER}-tornado
5684
+
5685
if [ "$_INSTALL_CLOUD" -eq $BS_TRUE ]; then
5686
# shellcheck disable=SC2086
5687
pacman -Su --noconfirm --needed python${PY_PKG_VER}-apache-libcloud || return 1
0 commit comments