Skip to content

Commit 62f9449

Browse files
committed
[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#66814 X-original-commit: 280df5a Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
1 parent 8373445 commit 62f9449

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Depends:
3434
python3-libsass,
3535
python3-lxml,
3636
python3-mako,
37+
python3-ofxparse
3738
python3-passlib,
3839
python3-polib,
3940
python3-psutil,
@@ -44,12 +45,12 @@ Depends:
4445
python3-reportlab,
4546
python3-requests,
4647
python3-stdnum,
47-
python3-suds,
4848
python3-tz,
4949
python3-vobject,
5050
python3-werkzeug,
5151
python3-xlsxwriter,
5252
python3-xlrd,
53+
python3-zeep,
5354
Pre-Depends: ${misc:Pre-Depends}
5455
Conflicts: tinyerp-server, openerp-server, openerp-web, openerp
5556
Replaces: tinyerp-server, openerp-server, openerp-web, openerp

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ requires =
4141
python3-requests
4242
python3-six
4343
python3-stdnum
44-
python3-suds
4544
python3-vobject
4645
python3-werkzeug
4746
python3-xlwt
4847
python3-xlrd
49-
48+
python3-zeep

setup/package.dfdebian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ RUN apt-get update -qq && \
4848
python3-serial \
4949
python3-setuptools \
5050
python3-stdnum \
51-
python3-suds \
5251
python3-tz \
5352
python3-usb \
5453
python3-vobject \
5554
python3-werkzeug \
5655
python3-xlsxwriter \
56+
python3-zeep \
5757
rsync && \
5858
rm -rf /var/lib/apt/lists/*
5959

setup/package.dffedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ RUN dnf update -d 0 -e 0 -y && \
4646
python3-requests \
4747
python3-six \
4848
python3-stdnum \
49-
python3-suds \
5049
python3-vobject \
5150
python3-werkzeug \
5251
python3-xlrd \
5352
python3-xlsxwriter \
5453
python3-xlwt \
54+
python3-zeep \
5555
rpmdevtools -y && \
5656
dnf clean all
5757

0 commit comments

Comments
 (0)