mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Gentoo is now able to install apache-libcloud. Refs #278.
This commit is contained in:
parent
243ced83ea
commit
64c0d92483
1 changed files with 7 additions and 0 deletions
|
@ -3206,6 +3206,13 @@ __gentoo_post_dep() {
|
|||
__emerge --oneshot 'sys-devel/libtool'
|
||||
# the -o option asks it to emerge the deps but not the package.
|
||||
__gentoo_config_protection
|
||||
|
||||
if [ $_INSTALL_CLOUD -eq $BS_TRUE ]; then
|
||||
check_pip_allowed "You need to allow pip based installations(-P) in order to install apache-libcloud"
|
||||
__emerge -v 'dev-python/pip'
|
||||
pip install -U apache-libcloud>=$_LIBCLOUD_MIN_VERSION
|
||||
fi
|
||||
|
||||
__emerge -vo 'app-admin/salt'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue