[FIX]Odoo py3o build : install from pip instead of bitbucket

This commit is contained in:
Fabien BOURGEOIS 2018-12-08 11:02:14 +01:00
parent 0fbf823796
commit eaa296116b
1 changed files with 1 additions and 4 deletions

View File

@ -14,9 +14,6 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/reporting-engine && \
cd reporting-engine && \
git fetch origin pull/180/head:10.0-bypass-fusion && git checkout 10.0-bypass-fusion
# Addons dependencies
# TMP : use latest master for better error reporting
RUN pip install --user hg+https://bitbucket.org/faide/py3o.template
# RUN pip install --user py3o.template && pip install --user py3o.formats
RUN pip install --user py3o.formats
RUN pip install --user py3o.template && pip install --user py3o.formats
WORKDIR /opt/odoo