浏览代码

Add missing PyYAML dependency

Alois Mahdal 6 年前
父节点
当前提交
6048f48f3d
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1
    0
      packaging/debian/control
  2. 1
    0
      packaging/template.spec

+ 1
- 0
packaging/debian/control 查看文件

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

+ 1
- 0
packaging/template.spec 查看文件

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