Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
3fe24f4a
Commit
3fe24f4a
authored
Sep 11, 2017
by
Matthew Brett
Browse files
Fix (maybe) command for downgrading wheel package
parent
cec739ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
osx_utils.sh
osx_utils.sh
+1
-1
No files found.
osx_utils.sh
View file @
3fe24f4a
...
@@ -300,7 +300,7 @@ function repair_wheelhouse {
...
@@ -300,7 +300,7 @@ function repair_wheelhouse {
if
[
$(
lex_ver
$(
get_py_mm
))
-lt
$(
lex_ver 2.7
)
]
;
then
if
[
$(
lex_ver
$(
get_py_mm
))
-lt
$(
lex_ver 2.7
)
]
;
then
# Wheel 0.30 doesn't work for Python 2.6; see:
# Wheel 0.30 doesn't work for Python 2.6; see:
# https://github.com/pypa/wheel/issues/193
# https://github.com/pypa/wheel/issues/193
$PIP_CMD
install
wheel<
=
0.29
$PIP_CMD
install
"
wheel<=0.29
"
fi
fi
$PIP_CMD
install
delocate
$PIP_CMD
install
delocate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment