Skip to content

Commit

Permalink
Avoid known issue with pip 10.0.x
Browse files Browse the repository at this point in the history
See pypa/pip#5221 (comment)

Signed-off-by: Benoit Donneaux <benoit.donneaux@digital-me.nl>
  • Loading branch information
Benoit Donneaux committed May 8, 2018
1 parent c90cd54 commit 7286b68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lazyDir/package/build-3rd-parties.sh
Expand Up @@ -50,7 +50,6 @@ function build_from_pypi {
--log warn \
--python-package-name-prefix "${PYTHON_PREFIX}" \
--python-bin "${PYTHON}" \
--python-pip "${PIP}" \
--exclude '*.pyc' \
--exclude '*.pyo' \
${EXTRA_DEPENDENCE} \
Expand Down

0 comments on commit 7286b68

Please sign in to comment.