From e86ebd3d2df0a7344b4ad404a7238f626b2a3706 Mon Sep 17 00:00:00 2001 From: Enrico Faulhaber Date: Thu, 26 Sep 2019 16:30:08 +0200 Subject: [PATCH] move pytest to build-depends Change-Id: I0a3e2677453d86a90479a11dda9d7d48e101a48e --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 114f274..c8f84a7 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 9.0.0), python3, python3-setuptools, python3-sip-dev, - python3-pyqt5 + python3-pyqt5, + python3-pytest Standards-Version: 4.3.0 Package: secop-core @@ -21,8 +22,7 @@ Depends: python (>= 3.6), python3-psutil (>= 0.4), python3-mlzlog, markdown, - python3-daemon, - python3-pytest + python3-daemon Description: Frappy SECoP core system contains the core server and client libraries and the server binary as well as the systemd integration