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

[FIX] packaging: add python3-renderpm in debian package

In Debian and Ubuntu distros, the python reportlab package provides
multiple binary packages among which python3-reportlab [0] [1] and
python3-renderpm [2] [3]. The latter is only recommended, but is mandatory for
odoo because it's needed for rendering barcode with the `asString` method.

[0] https://packages.debian.org/buster/python3-reportlab
[1] https://packages.ubuntu.com/focal/python3-reportlab
[2] https://packages.debian.org/buster/python3-renderpm
[3] https://packages.ubuntu.com/focal/python3-renderpm



closes odoo/odoo#67410

X-original-commit: 73e99264
Signed-off-by: default avatarXavier Dollé (xdo) <xdo@odoo.com>
Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent 0784e14d
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ Depends:
python3-pydot,
python3-pypdf2,
python3-qrcode,
python3-renderpm,
python3-reportlab,
python3-requests,
python3-stdnum,
......
......@@ -43,6 +43,7 @@ RUN apt-get update -qq && \
python3-pydot \
python3-pypdf2 \
python3-qrcode \
python3-renderpm \
python3-reportlab \
python3-requests \
python3-serial \
......
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