debian: add python dependencies to debian/control (#38405)

This commit is contained in:
Benjamin Dauvergne 2020-01-02 12:24:01 +01:00
parent e21ea1f64b
commit a95c666712
1 changed files with 6 additions and 2 deletions

8
debian/control vendored
View File

@ -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,