changeset db094ffbad44 in tryton-docker:default
details: https://hg.tryton.org/tryton-docker?cmd=changeset;node=db094ffbad44
description:
        Use python-stdnum from PyPI

        issue8029
        review56561002
diffstat:

 4.4/Dockerfile |  3 +--
 4.6/Dockerfile |  3 +--
 4.8/Dockerfile |  3 +--
 5.0/Dockerfile |  3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diffs (80 lines):

diff -r d7c66f5b74c0 -r db094ffbad44 4.4/Dockerfile
--- a/4.4/Dockerfile    Fri Nov 09 10:06:37 2018 +0100
+++ b/4.4/Dockerfile    Wed Jan 30 12:01:56 2019 +0100
@@ -41,7 +41,6 @@
         python3-pysimplesoap \
         python3-requests \
         python3-simpleeval \
-        python3-stdnum \
         python3-tz \
         python3-zeep \
     && rm -rf /var/lib/apt/lists/*
@@ -51,7 +50,7 @@
     && for module in `curl 
https://downloads.tryton.org/${SERIES}/modules.txt`; do \
         pip3 install --no-cache-dir "trytond_${module} == ${SERIES}.*"; \
         done \
-    && pip3 install --no-cache-dir phonenumbers
+    && pip3 install --no-cache-dir phonenumbers python-stdnum[SOAP]
 
 COPY --from=builder-node /package /var/lib/trytond/www
 COPY entrypoint.sh /
diff -r d7c66f5b74c0 -r db094ffbad44 4.6/Dockerfile
--- a/4.6/Dockerfile    Fri Nov 09 10:06:37 2018 +0100
+++ b/4.6/Dockerfile    Wed Jan 30 12:01:56 2019 +0100
@@ -44,7 +44,6 @@
         python3-pysimplesoap \
         python3-requests \
         python3-simpleeval \
-        python3-stdnum \
         python3-tz \
         python3-zeep \
     && rm -rf /var/lib/apt/lists/*
@@ -54,7 +53,7 @@
     && for module in `curl 
https://downloads.tryton.org/${SERIES}/modules.txt`; do \
         pip3 install --no-cache-dir "trytond_${module} == ${SERIES}.*"; \
         done \
-    && pip3 install --no-cache-dir phonenumbers
+    && pip3 install --no-cache-dir phonenumbers python-stdnum[SOAP]
 
 COPY --from=builder-node /package /var/lib/trytond/www
 COPY entrypoint.sh /
diff -r d7c66f5b74c0 -r db094ffbad44 4.8/Dockerfile
--- a/4.8/Dockerfile    Fri Nov 09 10:06:37 2018 +0100
+++ b/4.8/Dockerfile    Wed Jan 30 12:01:56 2019 +0100
@@ -46,7 +46,6 @@
         python3-pysimplesoap \
         python3-requests \
         python3-simpleeval \
-        python3-stdnum \
         python3-tz \
         python3-zeep \
     && rm -rf /var/lib/apt/lists/*
@@ -56,7 +55,7 @@
     && for module in `curl 
https://downloads.tryton.org/${SERIES}/modules.txt`; do \
         pip3 install --no-cache-dir "trytond_${module} == ${SERIES}.*"; \
         done \
-    && pip3 install --no-cache-dir phonenumbers
+    && pip3 install --no-cache-dir phonenumbers python-stdnum[SOAP]
 
 COPY --from=builder-node /package /var/lib/trytond/www
 COPY entrypoint.sh /
diff -r d7c66f5b74c0 -r db094ffbad44 5.0/Dockerfile
--- a/5.0/Dockerfile    Fri Nov 09 10:06:37 2018 +0100
+++ b/5.0/Dockerfile    Wed Jan 30 12:01:56 2019 +0100
@@ -46,7 +46,6 @@
         python3-pysimplesoap \
         python3-requests \
         python3-simpleeval \
-        python3-stdnum \
         python3-tz \
         python3-zeep \
     && rm -rf /var/lib/apt/lists/*
@@ -56,7 +55,7 @@
     && for module in `curl 
https://downloads.tryton.org/${SERIES}/modules.txt`; do \
         pip3 install --no-cache-dir "trytond_${module} == ${SERIES}.*"; \
         done \
-    && pip3 install --no-cache-dir phonenumbers
+    && pip3 install --no-cache-dir phonenumbers python-stdnum[SOAP]
 
 COPY --from=builder-node /package /var/lib/trytond/www
 COPY entrypoint.sh /

Reply via email to