use zeep >= 2.5 (#39117)

This commit is contained in:
Benjamin Dauvergne 2020-01-20 15:24:27 +01:00
parent 02b168968c
commit 73aa398b1b
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@ -23,7 +23,7 @@ Homepage: http://dev.entrouvert.org/projects/eopayment/
Package: python-eopayment
Architecture: all
Depends: ${python:Depends},
python-zeep,
python-zeep (>= 2.5),
python-click
Description: common API to access online payment services
eopayment is a Python module to interface with French's bank credit
@ -33,7 +33,7 @@ Description: common API to access online payment services
Package: python3-eopayment
Architecture: all
Depends: ${python3:Depends},
python3-zeep,
python3-zeep (>= 2.5),
python3-click
Description: common API to access online payment services (Python 3)
eopayment is a Python module to interface with French's bank credit

View File

@ -124,7 +124,7 @@ setuptools.setup(
'requests',
'six',
'click',
'zeep',
'zeep >= 2.5',
],
cmdclass={
'sdist': eo_sdist,