Skip to content
Snippets Groups Projects
Commit de241dcd authored by Christophe Monniez's avatar Christophe Monniez Committed by fw-bot
Browse files

[FIX] packaging: include python3-xlrd in debian package

As the python3-xlrd package is available in Debian stretch and Ubuntu
bionic, there is no reason to not include it in Odoo debian package.

However, it cannot be used in Odoo 11.0 package as it does not exists in
Ubuntu Xenial.

ubuntu package:
https://packages.ubuntu.com/bionic/python3-xlrd

debian package:
https://packages.debian.org/stretch/python3-xlrd



closes odoo/docker#276

closes odoo/odoo#38742

X-original-commit: acf413df
Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent 2298ef19
Branches
Tags
No related merge requests found
......@@ -45,6 +45,7 @@ Depends:
python3-vobject,
python3-werkzeug,
python3-xlsxwriter,
python3-xlrd,
Conflicts: tinyerp-server, openerp-server, openerp-web, openerp
Replaces: tinyerp-server, openerp-server, openerp-web, openerp
Recommends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment