Skip to content

Commit db9e4a1

Browse files
committed
bootstrap: update pip, install packaging
1 parent d75e779 commit db9e4a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bootstrap.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ EOF
4747
&& "$PROJECT_ROOT"/bin/pip uninstall -y distribute || true
4848

4949
# tools
50-
pip_install -U "setuptools>=0.6c11"
50+
pip_install -U "pip"
51+
pip_install -U "setuptools>=38"
52+
pip_install -U "packaging"
5153
pip_install -U "paver>=1.0.5"
5254
##pip_install -U "nose>=1.0"
5355
##pip_install -U "coverage>=3.4"

0 commit comments

Comments
 (0)