summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Stankevich <stankevich@users.noreply.github.com>2014-01-14 06:36:32 -0800
committerSergey Stankevich <stankevich@users.noreply.github.com>2014-01-14 06:36:32 -0800
commit1bf6e0562e9252a531beddb003885e999dc614d6 (patch)
tree7dd2e8365b9fa59ff9338f56dc149567bbbd12f4
parent743c57790affea2694f2553ff66920ef543411ac (diff)
parentcfcc3781d49239834d7bb91e7c2ec3c08c982a13 (diff)
Merge pull request #52 from Mayflower/fix/pip-wheel-needs-current-setuptools
Wheel support in pip needs current setuptools
-rw-r--r--manifests/virtualenv.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/virtualenv.pp b/manifests/virtualenv.pp
index fc540a8..a7a2bcb 100644
--- a/manifests/virtualenv.pp
+++ b/manifests/virtualenv.pp
@@ -112,7 +112,7 @@ define python::virtualenv (
$distribute_pkg = $distribute ? {
true => 'distribute',
- default => '',
+ default => 'setuptools',
}
$pypi_index = $index ? {
false => '',