Skip to content

Commit 31aaafd

Browse files
authored
Merge pull request Vauxoo#189 from Vauxoo/moylop260-patch-1
[FIX] odoo-shippable: Fix pypa/setuptools#942
2 parents 813f60c + f942da5 commit 31aaafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

odoo-shippable/scripts/build-image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DPKG_DEPENDS="postgresql-9.3 postgresql-contrib-9.3 postgresql-9.5 postgresql-co
4949
python3-pip software-properties-common Xvfb libmagickwand-dev"
5050
PIP_OPTS="--upgrade \
5151
--no-cache-dir"
52-
PIP_DEPENDS_EXTRA="line-profiler watchdog isort coveralls diff-highlight pg-activity virtualenv"
52+
PIP_DEPENDS_EXTRA="line-profiler watchdog isort coveralls diff-highlight pg-activity virtualenv setuptools==33.1.1"
5353
PIP_DPKG_BUILD_DEPENDS=""
5454
NPM_OPTS="-g"
5555
NPM_DEPENDS="localtunnel fs-extra eslint"
@@ -111,7 +111,7 @@ ln -sf ${REPO_REQUIREMENTS}/linit_hook/git/* /usr/share/git-core/templates/hooks
111111

112112
# Execute travis_install_nightly
113113
LINT_CHECK=1 TESTS=0 ${REPO_REQUIREMENTS}/linit_hook/travis/travis_install_nightly
114-
pip install --user -q --no-binary pycparser -r ${REPO_REQUIREMENTS}/linit_hook/travis/requirements.txt
114+
pip install --no-binary pycparser -r ${REPO_REQUIREMENTS}/linit_hook/travis/requirements.txt
115115

116116
# Install hub & ngrok
117117
targz_download_execute "${HUB_ARCHIVE}" "install"

0 commit comments

Comments
 (0)