Skip to content

Commit

Permalink
fix: remove flanker from py3.10 flavors
Browse files Browse the repository at this point in the history
After merging Tecnativa#577, we started getting build failures due to mailgun/flanker#261.

We should better remove that dependency, which is very outdated and not much maintained, and is optional for Odoo.

@moduon MT-3948
  • Loading branch information
yajo committed Nov 16, 2023
1 parent 34de5b8 commit adf0cad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions 16.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ RUN build_deps=" \
click-odoo-contrib \
debugpy \
pydevd-odoo \
flanker[validator] \
geoip2 \
"git-aggregator<3.0.0" \
inotify \
Expand All @@ -137,9 +136,6 @@ RUN build_deps=" \
watchdog \
wdb \
&& (python3 -m compileall -q /usr/local/lib/python3.10/ || true) \
# generate flanker cached tables during install when /usr/local/lib/ is still intended to be written to
# https://github.com/Tecnativa/doodba/issues/486
&& python3 -c 'from flanker.addresslib import address' >/dev/null 2>&1 \
&& apt-get purge -yqq $build_deps \
&& apt-get autopurge -yqq \
&& rm -Rf /var/lib/apt/lists/* /tmp/*
Expand Down
4 changes: 0 additions & 4 deletions 17.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ RUN build_deps=" \
click-odoo-contrib \
debugpy \
pydevd-odoo \
flanker[validator] \
geoip2 \
"git-aggregator<3.0.0" \
inotify \
Expand All @@ -137,9 +136,6 @@ RUN build_deps=" \
watchdog \
wdb \
&& (python3 -m compileall -q /usr/local/lib/python3.10/ || true) \
# generate flanker cached tables during install when /usr/local/lib/ is still intended to be written to
# https://github.com/Tecnativa/doodba/issues/486
&& python3 -c 'from flanker.addresslib import address' >/dev/null 2>&1 \
&& apt-get purge -yqq $build_deps \
&& apt-get autopurge -yqq \
&& rm -Rf /var/lib/apt/lists/* /tmp/*
Expand Down

0 comments on commit adf0cad

Please sign in to comment.