Skip to content

Commit

Permalink
[FIX] packaging: add python3-renderpm in debian package
Browse files Browse the repository at this point in the history
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#67391

Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
  • Loading branch information
d-fence committed Mar 5, 2021
1 parent e74c404 commit 73e9926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/control
Expand Up @@ -38,6 +38,7 @@ Depends:
python3-pyparsing,
python3-pypdf2,
python3-qrcode,
python3-renderpm,
python3-reportlab,
python3-requests,
python3-tz,
Expand Down
1 change: 1 addition & 0 deletions setup/package.dfdebian
Expand Up @@ -45,6 +45,7 @@ RUN apt-get update -qq && \
python3-pyparsing \
python3-pypdf2 \
python3-qrcode \
python3-renderpm \
python3-reportlab \
python3-requests \
python3-serial \
Expand Down

0 comments on commit 73e9926

Please sign in to comment.