From b2bf5fa8d96768205fab59b6bd97703e9b934696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 27 Jul 2018 08:14:15 +0200 Subject: [PATCH] debian: declare build dependencies to tests can be run --- debian/control | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 23efe43..f6e1692 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,17 @@ Source: eopayment Section: python Priority: optional Maintainer: Frederic Peters -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}