mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Add Pedro Paulo(@pedropaulovc) to AUTHORS
This commit is contained in:
parent
f72ef8f55d
commit
4f5eb17d05
2 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@ nevins-b nevins-b
|
|||
Niels Abspoel aboe76
|
||||
Paul Brian lifeisstillgood paul@mikadosoftware.com
|
||||
Pedro Algarvio s0undt3ch pedro@algarvio.me
|
||||
Pedro Paulo pedropaulovc
|
||||
Raymond Barbiero visualphoenix
|
||||
Roberto Aguilar rca roberto@baremetal.io
|
||||
Tate Eskew tateeskew
|
||||
|
|
|
@ -1693,7 +1693,7 @@ install_ubuntu_deps() {
|
|||
__PIP_PACKAGES=""
|
||||
else
|
||||
check_pip_allowed "You need to allow pip based installations (-P) in order to install the python package 'requests'"
|
||||
__apt_get_install_noinput python-pip
|
||||
__apt_get_install_noinput python-setuptools python-pip
|
||||
__PIP_PACKAGES="requests"
|
||||
pip install requests
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue