Skip to content

Commit abdc518

Browse files
committed
[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#67418 X-original-commit: 73e9926 Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com> Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
1 parent 126a09c commit abdc518

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Depends:
4242
python3-pydot,
4343
python3-pypdf2,
4444
python3-qrcode,
45+
python3-renderpm,
4546
python3-reportlab,
4647
python3-requests,
4748
python3-stdnum,

setup/package.dfdebian

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN apt-get update -qq && \
4343
python3-pydot \
4444
python3-pypdf2 \
4545
python3-qrcode \
46+
python3-renderpm \
4647
python3-reportlab \
4748
python3-requests \
4849
python3-serial \

0 commit comments

Comments
 (0)