From eeaca2f2a708c94497191772b7a27abf40de4441 Mon Sep 17 00:00:00 2001 From: cread Date: Fri, 16 May 2014 13:05:31 -0500 Subject: [PATCH] get-pip.py will not run on clean Ubuntu systems without the system python-setuptools package installed --- recipes/package.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/package.rb b/recipes/package.rb index 115b53b..176c7c6 100644 --- a/recipes/package.rb +++ b/recipes/package.rb @@ -28,7 +28,7 @@ node.default['python']['binary'] = "/usr/bin/python26" else python_pkgs = value_for_platform_family( - "debian" => ["python","python-dev"], + "debian" => ["python","python-dev","python-setuptools"], "rhel" => ["python","python-devel"], "fedora" => ["python","python-devel"], "freebsd" => ["python"],