Skip to content

Commit

Permalink
[ IMP] no instalar flanker xq causa problemas con python 3.10 al vali…
Browse files Browse the repository at this point in the history
…dar correos

Odoo verifica si esta instalado y lo usa para validar correos(ver https://github.com/odoo/odoo/blob/16.0/addons/mail/tools/mail_validation.py#L11-L21)
pero la libreria no ha sido actualizada hace mucho tiempo, y hay varios PR sin merge
mailgun/flanker#254
mailgun/flanker#258
  • Loading branch information
celm1990 committed May 2, 2023
1 parent 17c8358 commit ba322d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 16.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ RUN build_deps=" \
click-odoo-contrib \
debugpy \
pydevd-odoo \
flanker[validator] \
#flanker[validator] \
geoip2 \
"git-aggregator<3.0.0" \
inotify \
Expand All @@ -139,7 +139,7 @@ RUN build_deps=" \
&& (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 \
#&& 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 ba322d3

Please sign in to comment.