mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Adding to install_gentoo_git_deps to update setuptools to fix bootstrap install with git master.
This commit is contained in:
parent
1fc0b89e3e
commit
e301b91ad4
1 changed files with 2 additions and 0 deletions
|
@ -8036,6 +8036,8 @@ install_gentoo_git_deps() {
|
|||
__emerge ${GENTOO_GIT_PACKAGES} || return 1
|
||||
fi
|
||||
|
||||
__emerge -v1 setuptools || return 1
|
||||
|
||||
__git_clone_and_checkout || return 1
|
||||
__gentoo_post_dep || return 1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue