Skip to content
Snippets Groups Projects
Commit db094ffbad44 authored by Sergi Almacellas Abellana's avatar Sergi Almacellas Abellana
Browse files

Use python-stdnum from PyPI

issue8029
review56561002
parent d7c66f5b74c0
No related branches found
No related tags found
No related merge requests found
......@@ -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 /
......
......@@ -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 /
......
......@@ -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 /
......
......@@ -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 /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment