diff options
| author | Benedikt Spranger <b.spranger@linutronix.de> | 2017-12-04 11:31:27 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2017-12-04 11:45:22 +0100 |
| commit | 4643a85ed8e016cbb8925e719dbea8530fe07f56 (patch) | |
| tree | 9e51a072ae440db4f0716bfb00128e359ab863b9 | |
| parent | 33508e6f934e1f2d13f68e6b91eb5f13436c5806 (diff) | |
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 <b.spranger@linutronix.de>
Signed-off-by: Manuel Traut <manut@linutronix.de>
Reviewed-by: Manuel Traut <manut@linutronix.de>
| -rw-r--r-- | debian/control | 2 |
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. |
