diff --git a/15.0.Dockerfile b/15.0.Dockerfile index a9146618..cc1b590a 100644 --- a/15.0.Dockerfile +++ b/15.0.Dockerfile @@ -148,7 +148,6 @@ RUN build_deps=" \ click-odoo-contrib \ debugpy \ pydevd-odoo \ - flanker[validator] \ geoip2 \ "git-aggregator<3.0.0" \ inotify \ @@ -162,9 +161,6 @@ RUN build_deps=" \ watchdog \ wdb \ && (python3 -m compileall -q /usr/local/lib/python3.8/ || 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/* diff --git a/16.0.Dockerfile b/16.0.Dockerfile index a540b767..398f5c39 100644 --- a/16.0.Dockerfile +++ b/16.0.Dockerfile @@ -153,7 +153,6 @@ RUN build_deps=" \ click-odoo-contrib \ debugpy \ pydevd-odoo \ - "flanker[validator] @ git+https://github.com/mailgun/flanker.git@v0.9.15" \ geoip2 \ "git-aggregator==4.0" \ inotify \ @@ -167,9 +166,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/* diff --git a/17.0.Dockerfile b/17.0.Dockerfile index dc79a7ac..c6fd1ff3 100644 --- a/17.0.Dockerfile +++ b/17.0.Dockerfile @@ -152,7 +152,6 @@ RUN build_deps=" \ click-odoo-contrib \ debugpy \ pydevd-odoo \ - "flanker[validator] @ git+https://github.com/mailgun/flanker.git@v0.9.15" \ geoip2 \ "git-aggregator==4.0" \ inotify \ @@ -166,9 +165,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/* diff --git a/18.0.Dockerfile b/18.0.Dockerfile index 6381d039..d2a4cfb0 100644 --- a/18.0.Dockerfile +++ b/18.0.Dockerfile @@ -154,7 +154,6 @@ RUN build_deps=" \ click-odoo-contrib \ debugpy \ pydevd-odoo \ - "flanker[validator] @ git+https://github.com/mailgun/flanker.git@v0.9.15" \ geoip2 \ "git-aggregator==4.0" \ inotify \ @@ -168,9 +167,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/* diff --git a/19.0.Dockerfile b/19.0.Dockerfile index e673f3a1..1cb9ffc4 100644 --- a/19.0.Dockerfile +++ b/19.0.Dockerfile @@ -153,7 +153,6 @@ RUN build_deps=" \ click-odoo-contrib \ debugpy \ pydevd-odoo \ - "flanker[validator] @ git+https://github.com/mailgun/flanker.git@v0.9.15" \ geoip2 \ "git-aggregator==4.0" \ inotify \ @@ -169,9 +168,6 @@ RUN build_deps=" \ rlPyCairo \ pycairo \ && (python3 -m compileall -q /usr/local/lib/python3.12/ || 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/*