Skip to content
Snippets Groups Projects
Commit 39738f2b 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#66780

Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent c8032d97
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ Depends:
python3-lxml,
python3-mako,
python3-mock,
python3-ofxparse,
python3-passlib,
python3-polib,
python3-psutil,
......@@ -39,13 +40,13 @@ Depends:
python3-qrcode,
python3-reportlab,
python3-requests,
python3-suds,
python3-tz,
python3-vatnumber,
python3-vobject,
python3-werkzeug,
python3-xlsxwriter,
python3-xlrd,
python3-zeep,
Conflicts: tinyerp-server, openerp-server, openerp-web, openerp
Replaces: tinyerp-server, openerp-server, openerp-web, openerp
Recommends:
......
......@@ -44,10 +44,10 @@ requires =
python3-requests
python3-six
python3-stdnum
python3-suds
python3-vatnumber
python3-vobject
python3-werkzeug
python3-xlwt
python3-xlrd
python3-zeep
......@@ -48,13 +48,13 @@ RUN apt-get update -qq && \
python3-reportlab \
python3-requests \
python3-serial \
python3-suds \
python3-tz \
python3-usb \
python3-vatnumber \
python3-vobject \
python3-werkzeug \
python3-xlsxwriter \
python3-zeep \
rsync && \
rm -rf /var/lib/apt/lists/*
......
......@@ -33,6 +33,7 @@ RUN dnf update -d 0 -e 0 -y && \
python3-PyPDF2 \
python3-pyserial \
python3-dateutil \
python3-ofxparse \
python3-polib \
python3-pytz \
python3-pyusb \
......@@ -40,13 +41,13 @@ RUN dnf update -d 0 -e 0 -y && \
python3-reportlab \
python3-requests \
python3-six \
python3-suds \
python3-vatnumber \
python3-vobject \
python3-werkzeug \
python3-xlwt \
python3-xlrd \
python3-xlsxwriter \
python3-xlsxwriter \
python3-zeep \
libsass \
pytz \
postgresql \
......
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