ソースを参照

Add missing PyYAML dependency

Alois Mahdal 8 年 前
コミット
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.