From 4643a85ed8e016cbb8925e719dbea8530fe07f56 Mon Sep 17 00:00:00 2001 From: Benedikt Spranger Date: Mon, 4 Dec 2017 11:31:27 +0100 Subject: Refine Dependencies The package pyjutest build no shared libraries, but contain python3 scripts. Change shared library dependency makro to python3 dependency makro. Signed-off-by: Benedikt Spranger Signed-off-by: Manuel Traut Reviewed-by: Manuel Traut --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f388a2e..3348fd6 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.8 Package: pyjutest Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python3-junit.xml +Depends: ${misc:Depends}, ${python3:Depends}, python3-junit.xml Description: commandline unit-test wrapper use it with 'pyjutest anycmd' it will capture stdout, stderr of anycmd and log it into a junit xml file. multiple calls append to an existing xml. -- cgit v1.2.3