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

[FIX] packaging: add zeep and ofxparse in deb and rpm packaging


Zeep replaced suds but Debian and Rpm packaging were not updated.
Ofxparse is required but did not appear in Debian nor Rpm packaging.

closes odoo/odoo#66814

X-original-commit: 280df5ac
Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent 83734451
Branches
Tags
No related merge requests found
......@@ -34,6 +34,7 @@ Depends:
python3-libsass,
python3-lxml,
python3-mako,
python3-ofxparse
python3-passlib,
python3-polib,
python3-psutil,
......@@ -44,12 +45,12 @@ Depends:
python3-reportlab,
python3-requests,
python3-stdnum,
python3-suds,
python3-tz,
python3-vobject,
python3-werkzeug,
python3-xlsxwriter,
python3-xlrd,
python3-zeep,
Pre-Depends: ${misc:Pre-Depends}
Conflicts: tinyerp-server, openerp-server, openerp-web, openerp
Replaces: tinyerp-server, openerp-server, openerp-web, openerp
......
......@@ -41,9 +41,8 @@ requires =
python3-requests
python3-six
python3-stdnum
python3-suds
python3-vobject
python3-werkzeug
python3-xlwt
python3-xlrd
python3-zeep
......@@ -48,12 +48,12 @@ RUN apt-get update -qq && \
python3-serial \
python3-setuptools \
python3-stdnum \
python3-suds \
python3-tz \
python3-usb \
python3-vobject \
python3-werkzeug \
python3-xlsxwriter \
python3-zeep \
rsync && \
rm -rf /var/lib/apt/lists/*
......
......@@ -46,12 +46,12 @@ RUN dnf update -d 0 -e 0 -y && \
python3-requests \
python3-six \
python3-stdnum \
python3-suds \
python3-vobject \
python3-werkzeug \
python3-xlrd \
python3-xlsxwriter \
python3-xlwt \
python3-zeep \
rpmdevtools -y && \
dnf clean all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment