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

[FIX] packaging: add missing polib packages


The use of polib as introduced in commit 632fa044.
The nightly packaging system uses Docker to test the packages and they need to
be updated when a new library dependency is introduced.

closes odoo/odoo#34117

Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent 5d877e7d
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ RUN apt-get update -qq && \
python3-mock \
python3-ofxparse \
python3-passlib \
python3-polib \
python3-psutil \
python3-psycopg2 \
python3-pydot \
......
......@@ -32,6 +32,7 @@ RUN dnf update -d 0 -e 0 -y && \
python3-PyPDF2 \
python3-pyserial \
python3-dateutil \
python3-polib \
python3-pytz \
python3-pyusb \
python3-qrcode \
......
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