Skip to content

Commit ec48a83

Browse files
d-fencefw-bot
authored andcommitted
[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#38746 X-original-commit: acf413d Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
1 parent 506d84a commit ec48a83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Depends:
4545
python3-vobject,
4646
python3-werkzeug,
4747
python3-xlsxwriter,
48+
python3-xlrd,
4849
Conflicts: tinyerp-server, openerp-server, openerp-web, openerp
4950
Replaces: tinyerp-server, openerp-server, openerp-web, openerp
5051
Recommends:

0 commit comments

Comments
 (0)