Selaa lähdekoodia

Add missing PyYAML dependency

Alois Mahdal 6 vuotta sitten
vanhempi
commit
6048f48f3d
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 1
    0
      packaging/debian/control
  2. 1
    0
      packaging/template.spec

+ 1
- 0
packaging/debian/control Näytä tiedosto

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 Näytä tiedosto

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.