changeset a592e95cd549 in tryton-docker:default
details: https://hg.tryton.org/tryton-docker?cmd=changeset;node=a592e95cd549
description:
        Add pygal dependency

        The dependency is used by the sale module in order to show sparklines

        issue8162
        review52631002
diffstat:

 4.8/Dockerfile |  2 +-
 5.0/Dockerfile |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r db094ffbad44 -r a592e95cd549 4.8/Dockerfile
--- a/4.8/Dockerfile    Wed Jan 30 12:01:56 2019 +0100
+++ b/4.8/Dockerfile    Fri Mar 15 17:56:05 2019 +0100
@@ -55,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 python-stdnum[SOAP]
+    && pip3 install --no-cache-dir phonenumbers python-stdnum[SOAP] pygal
 
 COPY --from=builder-node /package /var/lib/trytond/www
 COPY entrypoint.sh /
diff -r db094ffbad44 -r a592e95cd549 5.0/Dockerfile
--- a/5.0/Dockerfile    Wed Jan 30 12:01:56 2019 +0100
+++ b/5.0/Dockerfile    Fri Mar 15 17:56:05 2019 +0100
@@ -55,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 python-stdnum[SOAP]
+    && pip3 install --no-cache-dir phonenumbers python-stdnum[SOAP] pygal
 
 COPY --from=builder-node /package /var/lib/trytond/www
 COPY entrypoint.sh /

Reply via email to