Skip to content
Snippets Groups Projects
Commit 01949f94 authored by Christophe Monniez's avatar Christophe Monniez
Browse files

[FIX] packaging: remove mako


Mako is not used anymore for a long time.

closes odoo/odoo#78781

X-original-commit: fb9f89af
Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent f446e2fa
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ Depends:
python3-jinja2,
python3-libsass,
python3-lxml,
python3-mako,
python3-num2words,
python3-ofxparse,
python3-passlib,
......
......@@ -18,7 +18,6 @@ libsass==0.18.0
lxml==4.3.2 ; sys_platform != 'win32' and python_version == '3.7'
lxml==4.6.1 ; sys_platform != 'win32' and python_version > '3.7'
lxml ; sys_platform == 'win32'
Mako==1.1.0
MarkupSafe==1.1.0
num2words==0.5.6
ofxparse==0.19
......
......@@ -19,7 +19,6 @@ requires =
python3-idna
python3-jinja2
python3-lxml
python3-mako
python3-markupsafe
python3-mock
python3-num2words
......
......@@ -32,7 +32,6 @@ setup(
'Jinja2',
'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
'libsass',
'mako',
'mock',
'ofxparse',
'passlib',
......
......@@ -33,7 +33,6 @@ RUN apt-get update -qq && \
python3-jinja2 \
python3-libsass \
python3-lxml \
python3-mako \
python3-ofxparse \
python3-passlib \
python3-polib \
......
......@@ -25,7 +25,6 @@ RUN dnf update -d 0 -e 0 -y && \
python3-idna \
python3-jinja2 \
python3-lxml \
python3-mako \
python3-markupsafe \
python3-mock \
python3-num2words \
......
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