Skip to content

Commit 01949f9

Browse files
committed
[FIX] packaging: remove mako
Mako is not used anymore for a long time. closes odoo#78781 X-original-commit: fb9f89a Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
1 parent f446e2f commit 01949f9

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Depends:
3333
python3-jinja2,
3434
python3-libsass,
3535
python3-lxml,
36-
python3-mako,
3736
python3-num2words,
3837
python3-ofxparse,
3938
python3-passlib,

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ libsass==0.18.0
1818
lxml==4.3.2 ; sys_platform != 'win32' and python_version == '3.7'
1919
lxml==4.6.1 ; sys_platform != 'win32' and python_version > '3.7'
2020
lxml ; sys_platform == 'win32'
21-
Mako==1.1.0
2221
MarkupSafe==1.1.0
2322
num2words==0.5.6
2423
ofxparse==0.19

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ requires =
1919
python3-idna
2020
python3-jinja2
2121
python3-lxml
22-
python3-mako
2322
python3-markupsafe
2423
python3-mock
2524
python3-num2words

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
'Jinja2',
3333
'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/
3434
'libsass',
35-
'mako',
3635
'mock',
3736
'ofxparse',
3837
'passlib',

setup/package.dfdebian

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ RUN apt-get update -qq && \
3333
python3-jinja2 \
3434
python3-libsass \
3535
python3-lxml \
36-
python3-mako \
3736
python3-ofxparse \
3837
python3-passlib \
3938
python3-polib \

setup/package.dffedora

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ RUN dnf update -d 0 -e 0 -y && \
2525
python3-idna \
2626
python3-jinja2 \
2727
python3-lxml \
28-
python3-mako \
2928
python3-markupsafe \
3029
python3-mock \
3130
python3-num2words \

0 commit comments

Comments
 (0)