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

[FIX] packaging: install python3-setuptools in docker


Since 5952928b, the python3-mock debian package is removed from the
Dockerfile used to build the Debian package. This prevent the Odoo
Debian package to be built.

The python3-mock debian package has an inderect dependency on
python3-setuptools which is necessary to build the package.

With this commit, the dependency is explicitely set in the Dockerfile.

closes odoo/odoo#49278

Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent 86c2ef70
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ RUN apt-get update -qq && \
python3-reportlab \
python3-requests \
python3-serial \
python3-setuptools \
python3-stdnum \
python3-suds \
python3-tz \
......
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