Add Pedro Paulo(@pedropaulovc) to AUTHORS

This commit is contained in:
Pedro Algarvio 2014-09-07 01:55:33 +01:00
parent f72ef8f55d
commit 4f5eb17d05
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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