misc: use suds package in pure python installation (#60550)

Instead of suds-jurko that is not maintained anymore.
In bookworm the package is based on https://github.com/suds-community/suds which we start using here.
This commit is contained in:
Emmanuel Cazenave 2022-01-12 11:59:44 +01:00
parent fd86f95ff0
commit aa916550b3
2 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,4 @@ gadjo python3-gadjo
pyexcel_io python3-pyexcel-io
pyexcel_ods python3-pyexcel-ods
pyexcel_xls python3-pyexcel-xls
suds_jurko python3-suds
xmlschema python3-xmlschema

View File

@ -105,7 +105,7 @@ setup(
'requests',
'gadjo',
'phpserialize',
'suds-jurko',
'suds',
'pyexcel-io',
'pyexcel-ods',
'pyexcel-xls',