diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8fe4fa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.project diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index f61be7e..afcf423 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2052,7 +2052,7 @@ install_arch_linux_git_deps() { install_arch_linux_stable_deps pacman -Sy --noconfirm pacman || return 1 - pacman -Sy --noconfirm git python2-crypto python2-distribute \ + pacman -Sy --noconfirm git python2-crypto python2-setuptools \ python2-jinja python2-m2crypto python2-markupsafe python2-msgpack \ python2-psutil python2-yaml python2-pyzmq zeromq || return 1