diff --git a/debian/control b/debian/control index 6c28f30..97a7b57 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,9 @@ Homepage: http://dev.entrouvert.org/projects/eopayment/ Package: python-eopayment Architecture: all -Depends: ${python:Depends} +Depends: ${python:Depends}, + python-zeep, + python-click Description: common API to access online payment services eopayment is a Python module to interface with French's bank credit card online payment services. Supported services are ATOS/SIP, SystemPay, @@ -30,7 +32,9 @@ Description: common API to access online payment services Package: python3-eopayment Architecture: all -Depends: ${python3:Depends} +Depends: ${python3:Depends}, + python3-zeep, + python3-click Description: common API to access online payment services (Python 3) eopayment is a Python module to interface with French's bank credit card online payment services. Supported services are ATOS/SIP, SystemPay,