diff --git a/debian/control b/debian/control
index 257cb19beb8c22f6446813fb33fbfbabb4fb9930..c03fb4b45973f8c66d56846570022185323ff76e 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/setup.cfg b/setup.cfg
index 8b7c872569ad6fc7750e41642873846a22feb019..329d0ce18c9cef3c67fa26d3b0451e83a43d62fa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,9 +41,8 @@ requires =
   python3-requests
   python3-six
   python3-stdnum
-  python3-suds
   python3-vobject
   python3-werkzeug
   python3-xlwt
   python3-xlrd
-
+  python3-zeep
diff --git a/setup/package.dfdebian b/setup/package.dfdebian
index 18d7ca9f6f0bf95456e981d4bb2b2ae95828009d..312e98d0d0bf9b730c9d7255368906339a79a1eb 100644
--- a/setup/package.dfdebian
+++ b/setup/package.dfdebian
@@ -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/*
 
diff --git a/setup/package.dffedora b/setup/package.dffedora
index 9e5bfe57fbd005696377f942087be70de53fec21..36289a0fd7c565583e83c674d2b5cc56553beea3 100644
--- a/setup/package.dffedora
+++ b/setup/package.dffedora
@@ -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