debian: declare build dependencies to tests can be run

This commit is contained in:
Frédéric Péters 2018-07-27 08:14:15 +02:00
parent 6ada6ba609
commit b2bf5fa8d9
1 changed files with 11 additions and 2 deletions

13
debian/control vendored
View File

@ -2,7 +2,17 @@ Source: eopayment
Section: python
Priority: optional
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), python3-setuptools, python3-all, debhelper (>= 9)
Build-Depends: debhelper (>= 9),
python-all (>= 2.6),
python-crypto,
python-requests,
python-setuptools (>= 0.6b3),
python-six,
python3-all,
python3-crypto,
python3-requests,
python3-setuptools,
python3-six
Standards-Version: 3.9.1
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
@ -16,7 +26,6 @@ Description: common API to access online payment services
card online payment services. Supported services are ATOS/SIP, SystemPay,
and SPPLUS.
Package: python3-eopayment
Architecture: all
Depends: ${python3:Depends}