mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #220 from s0undt3ch/develop
Fix Arch distribute VS setuptools conflict
This commit is contained in:
commit
808944657e
1 changed files with 1 additions and 0 deletions
|
@ -2052,6 +2052,7 @@ install_arch_linux_git_deps() {
|
|||
install_arch_linux_stable_deps
|
||||
|
||||
pacman -Sy --noconfirm pacman || return 1
|
||||
pacman -R --noconfirm python2-distribute || return 1
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue