Commit cfcc378
committed
Wheel support in pip needs current setuptools
When virtualenvs are used without distribute and an old setuptools
python package is installed in the system, upgrading pip in the
virtualenv won't ensure setuptools > 0.8 is installed which is required
by the pip wheel command. This patch upgrades setuptools if distribute
isn't used.
Signed-off-by: Franz Pletz <[email protected]>1 parent 743c577 commit cfcc378
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments