Skip to content

Commit 7e125cc

Browse files
committed
upgrade wheel and packaging
1 parent fcfb01d commit 7e125cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ function install_python_ppa {
2828
function install_python_packaging {
2929
local py=$1
3030
$py -m pip install --upgrade pip
31-
$py -m pip install --upgrade setuptools
31+
$py -m pip install --upgrade setuptools wheel
32+
$py -m pip install --upgrade packaging
3233
$py -m pip install --upgrade virtualenv
3334
}
3435

0 commit comments

Comments
 (0)