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 Dec 2, 2023
1 parent ddbfb1c commit 18b207b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 16.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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 18b207b

Please sign in to comment.