Skip to content

Commit

Permalink
Merge pull request #245 from gtmanfred/master
Browse files Browse the repository at this point in the history
upgrade setuptools
  • Loading branch information
gtmanfred committed Jun 22, 2018
2 parents 8976f20 + 2b2576b commit b59396d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/kitchen/provisioner/install.erb
Expand Up @@ -39,6 +39,8 @@ then
#{sudo('sh')} $BOOTSTRAP #{bootstrap_options}
elif [ -z "${SALT_VERSION}" -a "#{salt_install}" = "pip" ]
then
echo "Makesure setuptools is new enough"
#{sudo(salt_pip_bin)} install "setuptools>=30"
echo #{sudo(salt_pip_bin)} #{salt_pip_install_command} #{salt_pip_pkg}
#{sudo(salt_pip_bin)} #{salt_pip_install_command} #{salt_pip_pkg}
elif [ -z "${SALT_VERSION}" -a "#{salt_install}" = "apt" ]
Expand Down

0 comments on commit b59396d

Please sign in to comment.