Projet

Général

Profil

0003-debian-add-python-dependencies-to-debian-control-384.patch

Benjamin Dauvergne, 02 janvier 2020 12:25

Télécharger (1,27 ko)

Voir les différences:

Subject: [PATCH 3/3] debian: add python dependencies to debian/control
 (#38405)

 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
debian/control
22 22

  
23 23
Package: python-eopayment
24 24
Architecture: all
25
Depends: ${python:Depends}
25
Depends: ${python:Depends},
26
 python-zeep,
27
 python-click
26 28
Description: common API to access online payment services
27 29
 eopayment is a Python module to interface with French's bank credit
28 30
 card online payment services. Supported services are ATOS/SIP, SystemPay,
......
30 32

  
31 33
Package: python3-eopayment
32 34
Architecture: all
33
Depends: ${python3:Depends}
35
Depends: ${python3:Depends},
36
 python3-zeep,
37
 python3-click
34 38
Description: common API to access online payment services (Python 3)
35 39
 eopayment is a Python module to interface with French's bank credit
36 40
 card online payment services. Supported services are ATOS/SIP, SystemPay,
37
-