From 573091b4cd71c93a7545908ae37e09f4bb821816 Mon Sep 17 00:00:00 2001 From: Steve Groesz Date: Mon, 7 Dec 2015 03:59:32 -0600 Subject: [PATCH] Remove redundant lines The referenced package was included in a previous line. This is merely a cleanup change to prevent future problems and increase maintainability of the code. --- bootstrap-salt.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 045028b..3820862 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2392,8 +2392,6 @@ install_debian_8_deps() { # Additionally install procps and pciutils which allows for Docker bootstraps. See 366#issuecomment-39666813 __PACKAGES="${__PACKAGES} procps pciutils" - # Also install python-requests - __PACKAGES="${__PACKAGES} python-requests" if [ "$_INSTALL_CLOUD" -eq $BS_TRUE ]; then # Install python-libcloud if asked to