From 4f5eb17d0545a71fd152b92d581177f7a5b824dd Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 7 Sep 2014 01:55:33 +0100 Subject: [PATCH] Add Pedro Paulo(@pedropaulovc) to AUTHORS --- AUTHORS.rst | 1 + bootstrap-salt.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 49f35ed..af5115c 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -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 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index d7d266e..49d55fd 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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