Browse Source

Add missing PyYAML dependency

Alois Mahdal 6 years ago
parent
commit
6048f48f3d
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      packaging/debian/control
  2. 1
    0
      packaging/template.spec

+ 1
- 0
packaging/debian/control View File

@@ -40,6 +40,7 @@ Architecture: all
40 40
 Depends:
41 41
  jattool (= ${source:Version}),
42 42
  python-jinja2,
43
+ python-yaml,
43 44
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
44 45
  JAT is a testing framework for Shell-based test suites.
45 46
  .

+ 1
- 0
packaging/template.spec View File

@@ -42,6 +42,7 @@ running.
42 42
 %package report
43 43
 Requires: %jinja_req
44 44
 Requires: jattool-minimal == %{version}
45
+Requires: PyYAML
45 46
 Summary: JAT result post-processing
46 47
 %description report
47 48
 JAT is a testing framework for Shell-based test suites.