summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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.