Skip to content

Commit 1bf6e05

Browse files
committed
Merge pull request voxpupuli#52 from Mayflower/fix/pip-wheel-needs-current-setuptools
Wheel support in pip needs current setuptools
2 parents 743c577 + cfcc378 commit 1bf6e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/virtualenv.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
$distribute_pkg = $distribute ? {
114114
true => 'distribute',
115-
default => '',
115+
default => 'setuptools',
116116
}
117117
$pypi_index = $index ? {
118118
false => '',

0 commit comments

Comments
 (0)