Skip to content

Commit

Permalink
[REF] odoo-shippable: Remove custom version for 3.7
Browse files Browse the repository at this point in the history
Fixed from odoo/odoo#25841
  • Loading branch information
moylop260 committed Jul 20, 2018
1 parent 9f28074 commit aea2799
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions odoo-shippable/scripts/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,6 @@ do
echo "Install all pip dependencies for python${version}"
collect_pip_dependencies "${ODOO_DEPENDENCIES_PY3}" "${PIP_DEPENDS_EXTRA}" "${DEPENDENCIES_FILE}"
clean_requirements ${DEPENDENCIES_FILE}
if [ $version == "3.7" ]; then
# Use compatible versions with py37
sed -i "/greenlet/d" ${DEPENDENCIES_FILE}
sed -i "/lxml/d" ${DEPENDENCIES_FILE}
sed -i "/gevent/d" ${DEPENDENCIES_FILE}
echo -e "greenlet==0.4.13\nlxml==4.1.1\ngevent==1.3.5" >> ${DEPENDENCIES_FILE}
fi
python"$version" -m pip install ${PIP_OPTS} -r ${DEPENDENCIES_FILE}
done

Expand Down

0 comments on commit aea2799

Please sign in to comment.