From 3fa483d4c0ed28a2402a13397c7dc20d254a51ac Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 7 Apr 2014 19:52:53 +0100 Subject: [PATCH] Install `requests` in Gentoo --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 877ca98..5a29bbe 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -3799,6 +3799,7 @@ __gentoo_post_dep() { pip install -U "apache-libcloud>=$_LIBCLOUD_MIN_VERSION" fi + __emerge -vo 'dev-python/requests' __emerge -vo 'app-admin/salt' if [ "x${_EXTRA_PACKAGES}" != "x" ]; then